2. Grant access to AKS
Overview¶
This guide details how to grant yourself access to an Azure Kubernetes Service (AKS) cluster using Azure RBAC roles in the Azure portal.
Prerequisites¶
- Successfull deployment of the managed application.
- Required account privileges to grant resource access
Grant access to users¶
-
Log into Azure Portal:
- Go to Azure Portal and sign in.
-
Navigate to Your AKS Cluster:
- Click
Go to resource
and click the managed resource group (eg.mrg-kubernetes-xxxx
if you installed with default settings) in essentials section underOverview
. - Find your Kubernetes service resource and click it.
- Click
-
Access Control (IAM):
- Click the
Access Control (IAM)
section and click on+ Add
. - Select the
Azure Kubernetes Service RBAC Cluster Admin
role and clickNext
. - Click
Select members
and find your own user account (and any other user that needs access) in the list. ClickSelect
to save the user selection. - Click
Next
and thenReview + Assign
to save the changes.
- Click the
Conclusion¶
You now have the necessary permissions on your AKS cluster.