kubectl auth can-i --list -n staging

Category: Kubernetes & Containers

kubectl auth can-i --list -n staging

List all permitted actions

Prints every verb and resource you are allowed to touch in the staging namespace, based on your roles and bindings. A fast way to audit your permissions. Pair with kubectl auth whoami to see which identity is being checked.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.