Use Azure RBAC
Best practice guidance: Use Azure RBAC to define the minimum required user and group permissions to AKS resources in one or more subscriptions.
There are two levels of access needed to fully operate an AKS cluster:
- Access the AKS resource on your Azure subscription.
- This access level allows you to:
- Control scaling or upgrading your cluster using the AKS APIs
- Pull your kubeconfig.
- Access to the Kubernetes API.
- This access level is controlled either by:
- Kubernetes RBAC (traditionally) or
- By integrating Azure RBAC with AKS for kubernetes authorization.
Comments
Post a Comment