/kubernetes-prometheus

Kubernetes compose orchestra for Prometheus、Grafana、AlertManager

Primary LanguageShellMIT LicenseMIT

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