- Home
- All questions
- Question 851
CKA study material · question 851 of 1000
A Pod is misbehaving and you have only one command to run first. Which gives the most diagnostic ground in a single step?
Show the answer
Answer: D. kubectl describe pod
describe shows the container states, restart counts, conditions and the recent events together, which is why it is the documented first step before narrowing to logs.
Source: Debug Pods (Kubernetes) — Diagnosing the problem › Debugging Pods