Bird
0
0

You applied a service mesh telemetry configuration but no metrics appear in Prometheus. What is a likely cause?

medium📝 Troubleshoot Q6 of 15
Kubernetes - Service Mesh
You applied a service mesh telemetry configuration but no metrics appear in Prometheus. What is a likely cause?
AThe sidecar proxy is not injected into the pod
BThe Kubernetes API server is down
CThe pod has no resource limits set
DThe cluster has no persistent volumes
Step-by-Step Solution
Solution:
  1. Step 1: Identify telemetry data flow

    Telemetry data is collected by the sidecar proxy injected into pods. Without it, no metrics are generated.
  2. Step 2: Evaluate other options

    Kubernetes API server status, resource limits, and persistent volumes do not directly affect telemetry data collection.
  3. Final Answer:

    The sidecar proxy is not injected into the pod -> Option A
  4. Quick Check:

    Missing sidecar = no telemetry data [OK]
Quick Trick: Ensure sidecar proxy is injected for telemetry [OK]
Common Mistakes:
  • Blaming unrelated cluster components
  • Ignoring sidecar injection status
  • Assuming resource limits affect telemetry

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes