Bird
0
0

You deployed a service mesh but notice that traffic between services is not being intercepted. What is a likely cause?

medium📝 Troubleshoot Q14 of 15
Kubernetes - Networking
You deployed a service mesh but notice that traffic between services is not being intercepted. What is a likely cause?
AThe pods have no CPU resources assigned
BThe sidecar proxy was not injected into the pods
CThe container images are missing
DThe Kubernetes API server is down
Step-by-Step Solution
Solution:
  1. Step 1: Identify why traffic is not intercepted

    Service mesh requires sidecar proxies injected into pods to intercept traffic.
  2. Step 2: Rule out unrelated issues

    Kubernetes API server down or missing images cause broader failures, not just traffic interception. CPU limits affect performance but not injection.
  3. Final Answer:

    The sidecar proxy was not injected into the pods -> Option B
  4. Quick Check:

    Missing sidecar = no traffic interception [OK]
Quick Trick: Check if sidecar proxy is injected in pods [OK]
Common Mistakes:
  • Blaming Kubernetes API server for traffic interception issues
  • Ignoring sidecar injection step
  • Assuming CPU limits block traffic interception

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes