ASP.NET Web application deployment on Azure Kubernetes Services through Azure DevOps CI/CD | AKS

Описание к видео ASP.NET Web application deployment on Azure Kubernetes Services through Azure DevOps CI/CD | AKS

Azure Kubernetes Services:

Agenda:
- ASP.NET Web application deployment on Azure Kubernetes Services
through Azure DevOps CI/CD

Flow:

- ASP.NET Web application creation
- DockerFile creation
- Push changes in Azure Repos (Along with DockerFile)
- Build and Push Image (ACR Repository)
- Deploy (AKS)
- Creation of deployment.yml and service.yml files

Commands:

// This will allow to track new POD creation
kubectl get pods --watch

// We will then install the kubectl tool
az aks install-cli --install-location=./kubectl

// This allows kubectl to connect to the Kubernetes cluster
az aks get-credentials --resource-group devopsmela-rg --name devopsmelaAKS

Pre-defined Variables:

$(Pipeline.Workspace)
- The local path on the agent where all folders for a given build pipeline are created.

GITHUB Repository: https://github.com/smartrohit/samplew...

Prerequisite video tutorial references:

ASP.NET CORE Deployment Series:   • ASP.NET Core Web Application deployme...  

AWS DevOps:    • Complete end to end understanding of ...  

Azure Service Connection:    • Azure Service Connection Manual and A...  

Website: https://devopsmela.in

Instagram: @DevOpsMela

Комментарии

Информация по комментариям в разработке