Azure Containers built-in role

Azure Arc Kubernetes Cluster Admin

Azure Arc Kubernetes Cluster Admin grants read and write access to all Kubernetes resources within the assigned Arc-enabled Kubernetes namespace or cluster. The effective workload authority is expressed as Kubernetes API DataActions under the Microsoft.Kubernetes connected-cluster resource provider. It also writes ARM deployments, manages classic alert rules, and creates or updates Azure support tickets at the assigned scope; those control-plane capabilities are separate from its Kubernetes DataActions.

Role-definition permissions are imported from Microsoft Learn. Practical scope, use cases, prerequisites, best practices, security considerations, assignment guidance, and relationships have been reviewed against the official sources below.

Role definition ID: 8393591c-06b9-48a2-a542-1bd6b377f6a2

Control-plane actions (7)

Data-plane actions (1)

Excluded actions (0)

None

Assignable scopes (1)

Practical scope

Assign at the Kubernetes namespace sub-scope for full control within one namespace, or on the Arc-enabled Kubernetes cluster only when full control across the cluster is required. An Azure assignment inherited from a parent scope can extend that authority to every matching cluster below it.

Common use cases (1)

Prerequisites (1)

Best practices (2)

Security considerations (3)

Assignment guidance

Assign Azure Arc Kubernetes Cluster Admin at the narrowest documented namespace or cluster scope to the principal that needs read and write access to all Kubernetes resources. Test access with the intended identity and avoid using this role as a substitute for Azure control-plane cluster administration.

Common questions

When should I assign the Azure Arc Kubernetes Cluster Admin Azure role?

Assign Azure Arc Kubernetes Cluster Admin when you need to: Let a tightly controlled administrator manage all Kubernetes resources within an assigned Arc-connected namespace or cluster.. Practical scope: Assign at the Kubernetes namespace sub-scope for full control within one namespace, or on the Arc-enabled Kubernetes cluster only when full control across the cluster is required. An Azure assignment inherited from a parent scope can extend that authority to every matching cluster below it.

What permissions does the Azure Arc Kubernetes Cluster Admin Azure role grant?

The role definition grants 8 combined control-plane and data-plane actions. Representative operations include: Microsoft.Authorization/*/read; Microsoft.Insights/alertRules/*; Microsoft.Resources/deployments/write; Microsoft.Resources/subscriptions/operationresults/read; Microsoft.Resources/subscriptions/read; and Microsoft.Resources/subscriptions/resourceGroups/read. Review the permission sections above for the complete definition and exclusions.

What are the security risks of the Azure Arc Kubernetes Cluster Admin Azure role?

Key considerations when assigning Azure Arc Kubernetes Cluster Admin: Cluster-admin DataActions grant complete Kubernetes API control within the assigned namespace or cluster, including Secrets, service accounts, and authorization objects in that scope.; An Azure role assignment at a parent scope is inherited by child cluster resources; Kubernetes namespace semantics do not prevent a broad Azure assignment from reaching multiple clusters.; and The accompanying deployment write, classic-alert management, and support-ticket Actions can change Azure resources outside the Kubernetes data plane at the inherited assignment scope.. Follow the assignment guidance above and use the narrowest practical scope.

Editorial sources (6)

Official Microsoft Learn documentation →