Monitoring is the “eyes” of cloud-native systems, and Prometheus + Grafana is currently the most popular monitoring combination. This article will teach you how to quickly deploy this toolset in a K8s cluster and configure a visualization dashboard.
I. Environment Preparation#
- A pre-built K8s cluster (refer to my first blog post)
- Helm installed (K8s package management tool)
II. Quickly Deploy Prometheus#
- Add Helm Repository
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

