How to Integrate Azure Kubernetes CLuster with Azure Active Directory ?

Sankalp Rathore 66 Reputation points
2022-07-29T23:44:57.2+00:00

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.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2022-07-30T04:23:15.457+00:00

    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!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.