Bird
0
0

What will happen if a service mesh sidecar proxy crashes but the main application container remains running?

medium📝 Command Output Q5 of 15
Kubernetes - Networking
What will happen if a service mesh sidecar proxy crashes but the main application container remains running?
AService communication will fail or degrade until sidecar restarts
BThe application container will automatically restart
CThe pod will be deleted immediately
DThe service mesh disables itself for that pod
Step-by-Step Solution
Solution:
  1. Step 1: Understand sidecar role in communication

    The sidecar proxy handles network traffic; if it crashes, communication is affected.
  2. Step 2: Check pod behavior

    The app container keeps running, but service calls fail until sidecar recovers.
  3. Final Answer:

    Service communication will fail or degrade until sidecar restarts -> Option A
  4. Quick Check:

    Sidecar crash = communication failure [OK]
Quick Trick: Sidecar crash breaks communication, app stays up [OK]
Common Mistakes:
  • Assuming app container restarts automatically
  • Thinking pod deletes immediately on sidecar crash
  • Believing mesh disables itself automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes