Check rollout status of deployment
List all pods in current namespace
Show detailed info about a pod
Check permissions
kubectl auth can-i <verb> <resource>
Checks if you have permissions for certain actions.
Check if privileged
kubectl auth can-i create pods
Delete a pod
Get logs from a pod
Execute a command in a pod