PCA (Prometheus Certified Associate) sample exam question with answer 502

Question:
Which of the following exporters are commonly used for monitoring Kubernetes clusters with Prometheus? Select all that apply.

  1. Node Exporter
  2. Blackbox Exporter
  3. kube-state-metrics
  4. cAdvisor
Answer:
A, C, D - are the correct answers. Node Exporter, kube-state-metrics, and cAdvisor are commonly used exporters for monitoring Kubernetes clusters with Prometheus, as they collect a wide range of metrics related to the performance and health of Kubernetes nodes, pods, and containers
B - is incorrect. Blackbox Exporter is typically used for monitoring external services or endpoints