You can deploy Docker containers into AKS cluster by creating Azure pipelines.
https://www.coachdevops.com/2021/09/how-to-deploy-docker-containers-into.html
Look below for the steps:
1. AKS cluster needs to be up running. You can create AKS cluster using one of the below options:
Create AKS cluster in Azure portal directly
Create AKS cluster using Azure CLI
Create AKS cluster using Terraform
2. ACR is also setup in Azure cloud.
3. Already created Azure DevOps dashboard in
https://dev.azure.com/
4. Dockerfile created along with the application source code
5. Make sure AKS has pull access from ACR
source
build and deploy in CI/CD is working fine, but in ACR-> Repository I am unable to see the container name which I am passing from azure-aks.yml file, from where do we need to pass the name which gets created in ACR which help
Awesome video! this really helped. Can we get more of these videos in the future, but using YAML instead of the classic editor? Thanks!
Thank you so much sir😊, super content and explanation on both youtube and on website.
I'm getting this error please help on that sir
##[error]The process 'C:Program FilesDockerdocker.exe' failed with exit code 1
Thank you so much
Excellent. Thanks.