Bird
0
0

If a pod crashes and restarts repeatedly, how does Kubernetes' reconciliation handle this?

medium📝 Predict Output Q5 of 15
Kubernetes - Fundamentals
If a pod crashes and restarts repeatedly, how does Kubernetes' reconciliation handle this?
AIt scales down the deployment automatically
BIt deletes the pod and stops creating new ones
CIt tries to restart the pod to maintain desired state
DIt ignores the pod status
Step-by-Step Solution
Solution:
  1. Step 1: Understand pod crash impact

    A crashing pod means actual state is not stable but desired state is still to have that pod running.
  2. Step 2: Reconciliation response

    Kubernetes tries to restart the pod to keep the desired number of running pods.
  3. Final Answer:

    It tries to restart the pod to maintain desired state -> Option C
  4. Quick Check:

    Pod crash -> Kubernetes restarts pod [OK]
Quick Trick: Kubernetes restarts crashed pods to keep desired state [OK]
Common Mistakes:
  • Thinking Kubernetes stops creating pods after crash
  • Assuming automatic scale down on crash
  • Believing pod status is ignored

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes