mattjmcnaughton / personal-k8s

All the code for bootstrapping, managing, and deploying applications on my personal k8s cluster.
Apache License 2.0
4 stars 2 forks source link

Add Grafana to Kubernetes cluster #10

Closed mattjmcnaughton closed 6 years ago

mattjmcnaughton commented 6 years ago

Deploy Grafana to our Kubernetes cluster. We write a very simple set of manifests from scratch, which will go on to form a Helm chart.

For now, we hardcode a plain text password, but we'll want a better strategy in place before deploying this to the public internet.

This commit only contains a WIP set of dashboards. We'll determine the rest once we've deployed Grafana to production and can start playing with production data.