I've been granted access to a k8s cluster in k8s, and I'd like to see what privileges I have in the cluster, like creating/deleting pods and other such kind of actions. So far I know a command to check a particular action like:
kubectl auth can-i get pods
But could be good to see all the other commands, thus if someone knows it I'd appreciate sharing it with me.