Use Azure RBAC to define access to kubeconfig in Azure Kubernetes Service (AKS)
Reading Time: 3 minutesWhen creating an Azure Kubernetes Service (AKS) cluster, even with Role Based Access Control (RBAC) and Azure Active Directory (Azure AD) integration enabled. By default, you can still use the az aks get-credentials command with the switch –admin to gain admin access. Bypassing all the extra security you have put Read more