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?

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

Prometheus shows target 'myapp' as DOWN

Next Step

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