0 votes
in Kubernetes K8s by
How to monitor the Kubernetes cluster?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Nov 10, 2022 in Zipkin-Jaeger by Robin
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...