easykubectl

List all RoleBindings across every namespace in the cluster

command

kubectl get rolebindings --all-namespaces

also accepted

kubectl get rolebindings -A

Command breakdown

Part of the Kubernetes CLI (kubectl) — kubectl Advanced category.

kubectlgetrolebindings--all-namespaces
FlagPurpose
--all-namespacesBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →