kubectlBasics
kubectl describe
Shows detailed information about a specific resource, including recent events — the first stop when debugging.
Syntax
kubectl describe <resource> <name>
Examples
Describe a pod to see its events
kubectl describe pod api-7d9f8-x2k1p