Ensure that your Azure Kubernetes Service (AKS) clusters are using user-assigned managed identities for fine-grained control over access permissions.
excellence
AKS clusters should use user-assigned managed identities to provide granular control over access permissions, enable integration with existing identity systems, facilitate multi-tenant scenarios, and support specific application requirements. User-assigned managed identities offer flexibility in managing identities and access control for AKS clusters, allowing for fine-grained customization based on individual needs.
Audit
To determine if your AKS clusters are configured to use user-assigned managed identities, perform the following operations:
Checking Azure Kubernetes Service (AKS) clusters for user-assigned managed identities using Azure Console (Azure Portal) is not currently supported.Remediation / Resolution
To ensure that your Azure Kubernetes Service (AKS) clusters are using user-assigned managed identities, perform the following operations:
Configuring Azure Kubernetes Service (AKS) clusters to use user-assigned managed identities using Azure Console (Azure Portal) is not currently supported.References
- Azure Official Documentation
- What are managed identities for Azure resources?
- Use a managed identity in Azure Kubernetes Service (AKS)
- Azure PowerShell Documentation
- az aks list
- az aks show
- az aks update