advancedScenario & System Design Questions

Prometheus shows target 'myapp' as DOWN

DOWN means Prometheus cannot scrape /metrics. Check: (1) is the Pod running and healthy? (2) Is the service port correct in the ServiceMonitor? (3) Is there a NetworkPolicy blocking Prometheus? (4) Is the metrics endpoint actually exposed at the configured path?

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to Node NotReady -- what is your diagnostic sequence?← Back to all Kubernetes questions