Show detailed info about a node
Show detailed info about a deployment
Show detailed info about a service
Show detailed info about a pod
kubectl describe pod <pod-name>
Provides detailed information about a specific pod.
Describe given pod
kubectl describe pod my-app-pod-1234
Execute a command in a pod
List all pods in current namespace
Delete a pod