Command
kubectl auth can-i <verb> <resource>
Explanation
Checks if you have permissions for certain actions.
Examples
Check if privileged
kubectl auth can-i create pods
kubectl auth can-i <verb> <resource>
Checks if you have permissions for certain actions.
Check if privileged
kubectl auth can-i create pods