"# gab2018_aksdemo"
*** Need to install Azure CLI to proxy access to AKS dashboard
- Install Azure CLI Find installation instructions on: (https://docs.microsoft.com/fi-FI/cli/azure/install-azure-cli?view=azure-cli-latest)
For Windows: (https://aka.ms/installazurecliwindows)
- Install SSH client for Windows: Putty (https://www.putty.org/)
Follow following instructions to provision and setup Linux VM in Azure Setup Linux VM in Azure
Create Managed Kubernetes Cluster
- Add another node to the cluster
az aks scale -n gab18aks -g gab18aks --node-count 2
- Open K8s Dashboard
az aks browse -n gab18aks -g gab18aks