Drag steps to the numbered slots on the right, or tap a step then tap a slot.
KCNA Cloud Native Application Delivery Practice Question
Drag and drop the steps to troubleshoot a Pod stuck in CrashLoopBackOff into the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
1. Use kubectl describe pod to check events, 2. Use kubectl logs to see application errors, 3. Check resource constraints (CPU/memory limits), 4. Verify image name and command in the pod spec, 5. Fix the issue and redeploy.
Start with describe for events, then logs for errors, check resources, verify image/command, then fix and redeploy.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
1. Use kubectl describe pod to check events, 2. Use kubectl logs to see application errors, 3. Check resource constraints (CPU/memory limits), 4. Verify image name and command in the pod spec, 5. Fix the issue and redeploy.
Why this is correct
This is correct because it follows a logical troubleshooting flow: first gather events and logs to identify the cause, then check resources and configuration, then apply the fix.
- ✗
1. Use kubectl logs to see application errors, 2. Use kubectl describe pod to check events, 3. Verify image name and command in the pod spec, 4. Check resource constraints (CPU/memory limits), 5. Fix the issue and redeploy.
Why it's wrong here
This is incorrect because checking logs before events might miss underlying scheduling or resource issues that the describe command reveals first.
- ✗
1. Check resource constraints (CPU/memory limits), 2. Use kubectl describe pod to check events, 3. Use kubectl logs to see application errors, 4. Verify image name and command in the pod spec, 5. Fix the issue and redeploy.
Why it's wrong here
This is incorrect because starting with resource checks is premature; you need to first understand why the pod is crashing via events and logs.
- ✗
1. Fix the issue and redeploy, 2. Use kubectl describe pod to check events, 3. Use kubectl logs to see application errors, 4. Check resource constraints (CPU/memory limits), 5. Verify image name and command in the pod spec.
Why it's wrong here
This is incorrect because you cannot fix the issue without first diagnosing it; this order attempts to fix without analysis, which is ineffective.
Go deeper
Related to this question
About these practice questions
This KCNA question is part of Courseiva's 833-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.