AKS CI CD Tutorial in Azure DevOps | Azure Kubernetes Service App Deployment
—Install Java & Maven
sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo apt-ge install maven
—Docker install
https://docs.docker.com/engine/instal...
https://stackoverflow.com/questions/4...
— Install Azure Cli
https://learn.microsoft.com/en-us/cli...
— Connect to Aks from Linux
az login
az als get-credentials —resource-group ResourceGroupName —name aksName
az aks update -n AKSName -g ResourceGroupName —attach-acr ACRName
—Install Kubectl
https://kubernetes.io/docs/tasks/tool...
Github Repo-
https://github.com/akannan1087/spring...
Azure Devops Beginners Tutorial from scratch-
• Video