RBAC User to Role

Hi, I am learning RBAC using the Practise Test and was trying to find out more about user “kubernetes-admin@kubernetes” (its roles).
However, I couldn’t find the “user” after checking both rolebindings and clusterrolebindings.
master $ kc config current-context
kubernetes-admin@kubernetes
master $ kcg rolebindings --all-namespaces -o wide | grep kubernetes-admin
master $ kcg clusterrolebindings --all-namespaces -o wide | grep kubernetes-admin
Any help? Thanks.

Hi everyone,
Any tips please? Thx :slight_smile:

Hello, @danielyeap
I think kubernetes-admin is not available in the clusterrolebinding nor in rolebinding.

Hi @Tej-Singh-Rana,
Thanks for your reply.

If that’s the case, how does Kubernetes control the privileges of “kubernetes-admin”?