Use `kubectl describe`.
`describe` is the right tool when something is "Pending" or
"CrashLoopBackOff" — it dumps events at the bottom (image pull errors,
out-of-resource, node taints).
TASK
----
Run:
kubectl create deployment web --image=nginx
kubectl describe deployment web
Pass when the output contains "Image:".
Sign in to save your code and track progress across devices.