Get the source code: https://youtube.dotnetmicroservices.com/deploying-aspnetcore30-webapi-aks
My Complete .NET Microservices Learning Path: https://dotnetmicroservices.com

Here I show how to deploy an ASP.NET Core 3.0 Web API on Azure Kubernetes Service, also known as AKS. You will learn:

  • How to create a container registry and an AKS cluster
  • How to push your Web API container to a container registry
  • How to generate Kubernetes yaml files to describe your deployment and service using Visual Studio Code
  • How to deploy your Web API container to AKS

May 2020 Update: Adding the role assignment to the container registry via AppId no longer works. You can instead use the DisplayName obtained from the az ad sp command (at 4:50).

My blog: http://juliocasal.com
Twitter: @julioc
LinkedIn: https://www.linkedin.com/in/juliocasal

#aspnetcore #docker #kubernetes #aks

#aspnetcore #docker #kubernetes #aks

Deploying an ASP.NET Core 3.0 Web API on AKS
1.05 GEEK