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 resourceand click the managed resource group (eg.mrg-kubernetes-xxxxif 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 Adminrole and clickNext. - Click
Select membersand find your own user account (and any other user that needs access) in the list. ClickSelectto save the user selection. - Click
Nextand thenReview + Assignto save the changes.
- Click the
Conclusion¶
You now have the necessary permissions on your AKS cluster.