Bird
0
0

After injecting Linkerd proxy into a pod, what is the expected change in pod status when running kubectl get pods?

medium📝 Command Output Q5 of 15
Kubernetes - Service Mesh
After injecting Linkerd proxy into a pod, what is the expected change in pod status when running kubectl get pods?
APod status changes to 'Pending' indefinitely
BPod status remains 'Running' with additional sidecar container
CPod is deleted automatically
DPod status shows 'CrashLoopBackOff'
Step-by-Step Solution
Solution:
  1. Step 1: Understand proxy injection effect

    Linkerd adds a sidecar proxy container to the pod without stopping it.
  2. Step 2: Check pod status after injection

    The pod remains 'Running' with an extra container visible.
  3. Final Answer:

    Pod status remains 'Running' with additional sidecar container -> Option B
  4. Quick Check:

    Sidecar injection keeps pod running = A [OK]
Quick Trick: Injected pods run with extra proxy container [OK]
Common Mistakes:
  • Expecting pod to restart or crash
  • Thinking pod status changes to Pending
  • Assuming pod deletion after injection

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes