Deploying app on Azure Kubernetes Services (AKS)
1 min readAug 11, 2020
Before you get started, install required Azure tools to access services on Azure cloud
When ready, login to Azure cloud using az login. You will see something like below output on Mac OS X
Create service principal set environment variables. for example
Terraform AKS declaration
Kubernetes app deployment declaration
Create AKS infrastructure and deploy app docker image into AKS cluster
Another way to create an image and code deploy is from github repository integration with ACR