How to setup kubernetes on Azure
Step 1. How to set AKS Cluster in Azure
This step could reference the official documents as below, https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough-portal
Step 2 Open the could shell
)
The link as https://shell.azure.com/
And input the Command as below
az aks get-credentials --resource-group AKSGroup --name AKSCluster
Step 3 install Prometheus
How to create change nampspace :
kuebctl create ns monitoring
kubectl config set-context --current --namespace=monitoring
The install command as below,