1.

How to monitor the Kubernetes cluster?

Answer»

Prometheus is USED for Kubernetes monitoring. The Prometheus ecosystem CONSISTS of multiple components.

  • Mainly Prometheus server which scrapes and STORES time-series data.
  • Client libraries for instrumenting application code.
  • Push gateway for supporting short-lived jobs.
  • Special-purpose exporters for services like StatsD, HAPROXY, Graphite, etc.
  • An ALERT manager to handle alerts on various support tools.


Discussion

No Comment Found