Skip to main content
Welcome to the Prometheus Certified Associate course. If you’re here, you already know observability is essential in today’s cloud-native world. Prometheus is the de facto standard for monitoring and alerting—used across organizations such as Google, Red Hat, and GitLab—and demand for Prometheus expertise continues to grow. This course is practical and hands-on. Each topic includes labs, command-line exercises, and real-world examples so you learn by doing and build skills that transfer to production. I’m Sanjeev, your instructor. I’ll guide you through Prometheus, observability concepts, and the tooling you need to operate reliable monitoring at scale. How this course is structured
  • We follow a progressive, task-focused path: foundations → Prometheus fundamentals → instrumentation and metrics → alerting and operations → scaling and long-term storage.
  • Every module includes examples and lab exercises so you can practice the concepts immediately.
Course modules at-a-glance Node Exporter systemd unit example
Metrics example
  • Prometheus records metrics in a text exposition format. Example sample: node_cpu_seconds_total{cpu="0",mode="idle"} 258277.86
Prometheus configuration example (static targets)
Application instrumentation example (Flask)
Pushgateway example (curl)
Alerting: Prometheus vs Alertmanager
  • Prometheus evaluates alerting rules and emits alerts.
  • Alertmanager receives those alerts and handles notification delivery (email, Slack, PagerDuty, etc.), grouping, inhibition, and silencing.
The image explains that Prometheus triggers alerts but does not send notifications, a task handled by Alertmanager. It includes a diagram showing the alert flow and an inset of a person speaking.
Prometheus evaluates alerting rules and emits alerts. Delivery of those alerts (email, Slack, PagerDuty, etc.) is handled by Alertmanager.
Kubernetes PrometheusRule example (Kubernetes CRD)
Scaling and long-term storage
  • Learn remote write/receive, how Thanos and Cortex provide horizontally scalable storage and long-term retention, and strategies for retention vs. cost trade-offs.
Community learning and next steps
  • Join KodeKloud forums to connect with peers, practice labs, ask questions, and collaborate on challenges.
  • Work through the labs in sequence and use the community to accelerate learning.
Links and references Together we’ll tackle real-world monitoring challenges and build Prometheus skills you can apply in production.

Watch Video