Skip to content

Example Monitoring stack in Kubernetes, with Prometheus-Operator

Notifications You must be signed in to change notification settings

aranair/k8s-prometheus-operator-helm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prometheus-Operator Example

Installation

helm dep build
helm install clustermon --namespace=monitoring --name=clustermon

Adding / Updating Grafana Dashboards

  1. Make changes to or create new dashboards in Grafana.
  2. Export as JSON (Share Dashboard > Export > View JSON through the UI)
  3. Copy JSON into clipboard
  4. ./scripts/add_chart_from_clipboard.sh <name_of_dashboard> (e.g. this-new-service)
  5. Check that this-new-service-dashboard.json has been added into ./dashboards/*

Upgrading

helm upgrade clustermon -f clustermon

About

Example Monitoring stack in Kubernetes, with Prometheus-Operator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages