cncf / demo

Demo of CNCF technologies
https://cncf.io
Apache License 2.0
77 stars 39 forks source link

rolling a customized grafana with our dashboards baked in #116

Closed namliz closed 7 years ago

namliz commented 7 years ago

This is the basis for the docker image I'll be pushing to the hub, but there will be no version tag while I'm iterating on the dashboards.

leecalcote commented 7 years ago

Is the image being changed or are we able to separate the dashboard designs separately (i.e. volume-mounted)?

namliz commented 7 years ago

Literally dashboards are being baked into the image as there's no advantage to using a volume in this case.

Something would need to sync dashboards from source control to a volume and how often are new dashboards created? Almost never. Might as well build a new image and redeploy grafana as you have to keep the json in source control anyway.