Bird
0
0

If Envoy sidecar logs show no incoming requests but the app container is receiving traffic, what is the most probable reason?

medium📝 Command Output Q5 of 15
Kubernetes - Service Mesh
If Envoy sidecar logs show no incoming requests but the app container is receiving traffic, what is the most probable reason?
AEnvoy is crashing and unable to log requests.
BTraffic is not being routed through Envoy due to missing iptables redirection rules.
CThe app container is not actually receiving any traffic.
DEnvoy is configured to log only outbound traffic.
Step-by-Step Solution
Solution:
  1. Step 1: Confirm traffic flow

    If app receives traffic but Envoy logs none, traffic likely bypasses Envoy.
  2. Step 2: Check iptables rules

    Envoy relies on iptables to redirect traffic; missing rules cause bypass.
  3. Final Answer:

    Traffic is not being routed through Envoy due to missing iptables redirection rules. -> Option B
  4. Quick Check:

    Missing iptables rules cause traffic to skip Envoy. [OK]
Quick Trick: Missing iptables rules cause Envoy to miss incoming traffic. [OK]
Common Mistakes:
  • Assuming Envoy is crashing without evidence
  • Ignoring iptables role in traffic redirection
  • Believing app container receives no traffic

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes