Azure Kubernetes Service (AKS) heavily relies on Microsoft Entra (Azure AD) and Managed Identities to securely access and manage Azure resources on behalf of the cluster and its workloads — without managing secrets or credentials manually.
In this article, we’ll explore the two types of managed identities used in AKS, understand their roles and scopes, and learn how to configure and leverage them effectively following best practices.
Continue reading “Managed Identities in Azure Kubernetes Service (AKS)”

