Kubernetes RBAC Operations

From NovaOrdis Knowledge Base
Revision as of 21:59, 11 September 2019 by Ovidiu (talk | contribs) (→‎List Roles)
Jump to navigation Jump to search

Internal

List Cluster Roles

kubectl get clusterroles

List Cluster Role Bindings

kubectl get clusterrolebindings

Get Details about a Specific Role

kubectl -o yaml get clusterroles cluster-admin

Assigning a Cluster Role to a Service Account