Install Prometheus & Grafana on Kubernetes (kube-prometheus-stack)
- 2024.10.29
- コンテナ化

🚀 Conquer Kubernetes from Zero to Cloud: https://kubernetestraining.io/
Learn how to set up Kubernetes monitoring with the kube-prometheus-stack. This tutorial covers installing Prometheus, Grafana and Prometheus exporters using Helm to enable both infrastructure and application monitoring in your cluster.
Chapters:
⌚ 0:00 Introduction
⌚ 0:27 Installing kube-prometheus-stack using Helm
⌚ 7:36 Infrastructure monitoring (Node Exporter & kube-state-metrics)
⌚ 14:00 Application monitoring
⌚ 23:00 Grafana dashboard configuration
👉 What you’ll learn:
– Deploy kube-prometheus-stack using Helm
– Monitor Kubernetes infrastructure metrics
– Configure ServiceMonitors for application metrics monitoring
– Set up Grafana dashboards for visualization
🔗 Resources:
GitHub Repository: https://github.com/rslim087a/application-monitoring-prometheus
Helm Repository: https://prometheus-community.github.io/helm-charts
Written Guide: https://kubernetestraining.io/blog/deploying-the-kube-prometheus-stack-a-comprehensive-guide-to-kubernetes-monitoring
📖 Extra Resources:
– Installing Helm (Mac and Windows): https://kubernetestraining.io/blog/installing-helm-on-mac-and-windows
– NestJS Prometheus Metrics: https://kubernetestraining.io/blog/nestjs-prometheus-monitoring
– Spring Boot Prometheus Metrics: https://kubernetestraining.io/blog/spring-boot-prometheus-monitoring
– Node.js Prometheus Metrics: https://kubernetestraining.io/blog/node-js-prometheus-monitoring-express-prometheus-middleware
– Flask Prometheus Metrics: https://kubernetestraining.io/blog/flask-prometheus-monitoring
#prometheus #kubernetes #grafana