Study. uk . com
  1. Home
  2. All questions
  3. Question 351

CKA study material · question 351 of 1000

What is the first command to run against a Pod that is not behaving correctly?

  1. kubectl top pod
  2. kubectl edit pod
  3. kubectl describe pod
  4. kubectl delete pod
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

Challenge yourself on this topic → Study as cards