Creating an Azure Kubernetes Cluster
Navigate to the appropriate folder, depending on whether you are deploying in a single Azure region or a single Azure VM.
Run the following command to create the Kubernetes cluster:
./create-k8s-cluster.shYou will get a json manifest as output.
Verifying the Deployment of Azure Kubernetes cluster
To verify the deployment of the Azure Kubernetes Cluster, run the following command,
kubectl get nodesSample output:
NAME STATUS ROLES AGE VERSION aks-nodepool1-10774738-0 Ready agent 3m v1.12.8 aks-nodepool1-10774738-1 Ready agent 3m v1.12.8 aks-nodepool1-10774738-2 Ready agent 3m v1.12.8
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.