login to azure kubernetes cluster

az aks install-cli

az login

az account set --subscription xxxxxxxx

az aks get-credentials --resource-group RGGROUP --name CLUSTERNAME --overwrite-existing

kubelogin convert-kubeconfig -l azurecli
(No Ratings Yet)