Bird
0
0

After enabling tracing in your service mesh, you notice no traces appear in Jaeger. What should you check first?

medium📝 Troubleshoot Q7 of 15
Kubernetes - Service Mesh
After enabling tracing in your service mesh, you notice no traces appear in Jaeger. What should you check first?
AConfirm that persistent volumes are mounted
BCheck if the Kubernetes scheduler is running
CEnsure the cluster autoscaler is enabled
DVerify that the tracing backend (Jaeger) is deployed and accessible
Step-by-Step Solution
Solution:
  1. Step 1: Identify tracing data flow

    Traces are sent to the tracing backend like Jaeger. If Jaeger is not deployed or reachable, no traces appear.
  2. Step 2: Exclude unrelated components

    Kubernetes scheduler, persistent volumes, and autoscaler do not affect trace collection or display.
  3. Final Answer:

    Verify that the tracing backend (Jaeger) is deployed and accessible -> Option D
  4. Quick Check:

    Tracing backend availability is key for trace visibility [OK]
Quick Trick: Check tracing backend deployment first if no traces [OK]
Common Mistakes:
  • Checking unrelated cluster components
  • Ignoring tracing backend status
  • Assuming autoscaler affects tracing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes