AZ-400 · Question #203
Drag and Drop Question Your company has an Azure subscription named Subscription1. Subscription1 is associated to an Azure Active Directory tenant named contoso.com. You need to provision an Azure Kub
The correct answer is a cluster; a system-assigned managed identity; an RBAC binding. The correct sequence is: first create the AKS cluster, which automatically provisions a system-assigned managed identity associated with the cluster, and then create an RBAC binding that links that managed identity (or Azure AD identities from contoso.com) to Kubernetes RBAC role
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- a cluster
- a system-assigned managed identity
- an RBAC binding
Explanation
The correct sequence is: first create the AKS cluster, which automatically provisions a system-assigned managed identity associated with the cluster, and then create an RBAC binding that links that managed identity (or Azure AD identities from contoso.com) to Kubernetes RBAC roles. Creating the cluster first is necessary because the managed identity is generated as part of the cluster provisioning process, and the RBAC binding must come last as it depends on both the cluster and the identity existing. This approach uses Azure AD-integrated AKS with RBAC, allowing role bindings to reference identities directly from contoso.com without needing a separate app registration.
Topics
Community Discussion
No community discussion yet for this question.
