|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/deploying-net-microservices-with-k8s-aks-and-azure-devops/
课程评论:没有评论
课程名称:使用 K8s、AKS 和 Azure DevOps 部署 .Net 微服务 课程概述: 本课程旨在教授如何将.Net 微服务部署到 Kubernetes,并将部署迁移到云端 Azure Kubernetes 服务 (AKS)。学员将学习使用 Azure 容器注册表 (ACR) 管理容器,并通过 Azure DevOps 和 GitHub 自动化 CI/CD 流程。本课程中,我们将针对三个微服务进行开发与部署,具体内容包括: 1. **微服务 1 - 购物 MVC 客户端应用:** 首先开发一个独立的购物 MVC 客户端应用,以消费 API 资源,并在此过程中引入 Docker 支持,构建 Dockerfile,推送 Docker 镜像到 Docker Hub,并了解 Azure Web App for Container 的部署选项。 2. **微服务 2 - 购物 API 应用:** 接下来开发 Shopping.API 微服务,使用 MongoDB 进行产品数据管理,完成 CRUD 操作,并通过 Dockerfile 容器化 API 应用,将镜像推送到 Azure 容器注册表 (ACR)。 3. **微服务 3 - MongoDB 数据库:** 本 API 项目将管理存储在 No-SQL MongoDB 数据库中的产品记录,在此步骤中,我们将从 Docker Hub 拉取 MongoDB 镜像并与 API 项目建立连接。 课程的后半部分,将重点讲解如何将 Docker 镜像创建、容器编排和测试,部署到本地 Kubernetes 集群,并将部署迁移到 Azure Kubernetes 服务 (AKS)。学员还将学习如何进行零停机时间的部署,并使用 Azure DevOps 工具创建 CI/CD 管道进行自动化部署,包括在 Azure Pipelines 中开发独立的微服务部署管道 YAML。 最后,学员将完成一个关于多容器微服务应用自动化 CI/CD 管道的作业。通过本课程,学员将能够独立部署多容器微服务应用程序,并将整个部署过程自动化。课程将结合良好的理论知识与高达 90% 的动手开发活动,确保学员掌握所有微服务和部署步骤。
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 images to the Docker Hub and deploy microservices on Kubernetes. As the same setup, we are going to shifting to the cloud for deploying AKS (Azure Kubernetes Services) with using ACR (Azure Container Registry).Also we will cover additional topics that;Docker compose microservicesKubernetes components (pods, deployments, services..)Zero-downtime deploymentsUsing Azure resources like ACR (Azure Container Registry), AKS (Azure Kubernetes Services)Automate whole deployment process with writing custom pipelines with Azure DevOps and so on..In the course, we will have 3 microservices which we are going to develop and deploy together. Microservices 1 - Shopping MVC Client ApplicationFirst 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 one web application.Microservices 2 - Shopping API ApplicationAfter 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).Microservices 3 - Mongo Db DatabaseOur 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 which's 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 Azure Pipeline triggers, Build docker images and push the Azure Container Registry (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.