- Home
- All questions
- Question 351
CKA study material · question 351 of 1000
What is the first command to run against a Pod that is not behaving correctly?
Show the answer
Answer: C. kubectl describe pod
kubectl describe pod shows the container states and the recent events together, which is where triage starts.
Source: Debug Pods (Kubernetes) — Debugging Pods