Agraj Mangal
1 min readJan 25, 2020

--

Hi anishprobable

Not really — I actually used my laptop to access AKS — you can get the required kubeconfig credentials for AKS using the following command (uses Azure CLI)

az aks get-credentials -g <resource-group> -n <aks-cluster-name>

More details on how to access your AKS cluster locally can be found here

--

--