Deploying .Net Microservices with K8s, AKS and Azure DevOps

Udemy Deploying .Net Microservices with K8s, AKS and Azure DevOps

Register & Get access to index
tsu3GYP.jpg

Deploying .Net Microservices to Kubernetes, move cloud Azure Kubernetes Services(AKS), Automating with Azure DevOps


What you'll learn
  • Create and Build Docker Images
  • Containerize Microservices on Docker Environment
  • Docker Compose Microservices
  • Pushing Docker Images to DockerHub and Azure Container Registry (ACR)
  • Deploying .Net Microservices into Kubernetes
  • Deploy Microservices to the cloud Azure kubernetes services (AKS)
  • Automate whole deployment process with writing custom pipelines with Azure DevOps
  • Deploying multi-container microservices applications with automating ci/cd pipelines
  • Update microservices with zero-downtime deployments
  • Using azure resources like ACR, AKS

Requirements
  • Basics of Container and Docker Information
  • C# and AspNet knowledge will be plus

Description
In this course, we're going to learn how to Deploying .Net Microservices into Kubernetes, and moving deployments to the cloud Azure kubernetes services (AKS) with using Azure Container Registry(ACR) and last section is we will learn how to Automating Deployments with CI/CD pipelines of Azure DevOps and GitHub.
We're going to containerize our microservices on docker environment, and push these images to the DockerHub and deploy microservices on Kubernetes. As the same setup, we are going to shifting to the cloud for deploying AKS with using ACR.
Also we will cover additional topics that;
  • Docker compose microservices
  • K8s components
  • Zero-downtime deployments
  • Using azure resources like ACR, AKS
  • Automate whole deployment process with writing custom pipelines with Azure DevOps and so on..
See the overall picture. You can see that we will have 3 microservices which we are going to develop and deploy together.
Shopping MVC Client Application
First of all, we are going to develop Shopping MVC Client Application For Consuming Api Resource which will be the Shopping.Client Asp.Net MVC Web Project. But we will start with developing this project as a standalone Web application which includes own data inside it.
And we will add container support with DockerFile, push docker images to Docker hub and see the deployment options like "Azure Web App for Container" resources for 1 web application.
Shopping API Application
After that we are going to develop Shopping.API Microservice with MongoDb and Compose All Docker Containers. This API project will have Products data and performs CRUD operations with exposing api methods for consuming from Shopping Client project. We will containerize API application with creating Dockerfile and push images to Azure Container Registry (ACR).
Mongo Db

Our API project will manage product records stored in a No-SQL Mongodb database as described in the picture. We will pull Mongodb docker image from docker hub and create connection with our API project.
At the end of the section, we will have 3 microservices whichs are Shopping.Client - Shopping.API - MongoDb microservices.
As you can see that, we have;
  • Created docker images,
  • Compose docker containers and tested them,
  • Deploy these docker container images on local Kubernetes clusters,
  • Push our image to Azure Container Registry (ACR),
  • Shifting deployment to the cloud Azure kubernetes services (AKS),
  • Update microservices with zero-downtime deployments.
And the last step, we are focusing on automation deployments with creating CI/CD pipelines on Azure DevOps tool. We will develop separate microservices deployment pipeline yamls with using Azure Pipelines.
When we push code to Github,
  • Microservices pipeline triggers,
  • Build docker images and push the ACR
  • Deploy to Azure Kubernetes services with zero-downtime deployments.
In the last section, we will give assignment for deploying multi-container microservices applications with automating ci/cd pipelines.
By the end of this course, you'll learn how to deploy your multi-container microservices applications with automating all deployment process separately.
This course will have good theoretical information but also will be 90% of hands-on development activities. All microservices and deployment steps will developed step by step and together.
Who this course is for:
  • Developers who wants to learn to containerize multi-microservices with Docker
  • Developers who wants to learn to deploy microservices to Kubernetes
  • Developers who wants to learn to deploy microservices to cloud Azure kubernetes services (AKS)
  • Developers who wants to learn to deploy multi-container microservices applications with automating ci/cd pipelines
Author
TUTProfessor
Downloads
84
Views
1,129
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor