Hi,
To integrate AKS with AAD authentication you can follow the instructions from below:
https://learn.microsoft.com/en-us/azure/aks/managed-aad
You need the have Kubernetes RBAC enabled on your cluster to use this.
Hope this helps!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am trying to login into the containers inside AKS with the domain user id of the Azure Active Directory. Most of the documentation that I found for Integrating Container and Kubernetes cluster in Azure with Active Directory requires the address of Domain Controller which is not provided in case of Azure Active Directory. Please let me know whether it is possible or not to Log into containers with Azure AD Credentials . I know that containers cannot be added to any domain and so please let me know if there is a valid solution available.
Hi,
To integrate AKS with AAD authentication you can follow the instructions from below:
https://learn.microsoft.com/en-us/azure/aks/managed-aad
You need the have Kubernetes RBAC enabled on your cluster to use this.
Hope this helps!