I am using Azure DevOps Pipelines to deploy microservices in AKS. Once deployed in a Kubernetes cluster, I used to browse the Kubernetes dashboard using below commands in Azure Cloud Shell.
az aks get-credentials --resource-group ResourceGroupName --name ClusterName
az aks browse --resource-group ResourceGroupName --name ClusterName
I will get a URL to access the console once I run these commands. https://gateway12.centralindia.console.azure.com/n/cc-a0c05198/cc-a0c05198/proxy/8001/
But now I am getting below screen when I navigate to the above link.
kubectl get deployment --all-namespaces
– Tummala Dhanvi