maifusha / kubernetes-prometheus

Kubernetes compose orchestra for Prometheus、Grafana、AlertManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes compose orchestra for Prometheus、Grafana、AlertManager

Quick Start

  • kubectl label nodes your-desired-node monitor-node=true
  • cp -a .env.example .env and update it (avoid the # char)
  • ./deploy.sh

Reimport grafana dashboad

kubectl -n $NAMESPACE delete job grafana-import-dashboards
kubectl -n $NAMESPACE apply -f ./manifests/grafana/import-dashboards/job.yaml

Reference

About

Kubernetes compose orchestra for Prometheus、Grafana、AlertManager

License:MIT License


Languages

Language:Shell 100.0%