How do I grant access to Azure Kubernetes service?

9/18/2019

I'm trying to grant a single user access to a particular AZ AKS service. I've got in and found his name and assigned him to the role Azure Kubernetes Service Cluster Role but he still can't see the single service. On a whim, I also tried the Azure Kubernetes Service Cluster Admin Role but the results were the same.

We're using AD federated with our company.

-- Nick Jacobs
azure-kubernetes

1 Answer

9/18/2019

you need to grant reader role on the resource to the user on top of the roles you've given him

-- 4c74356b41
Source: StackOverflow