A small sidecar to provision Grafana Dashboards using Kubernetes CRDs
This introduces:
- a Custom Resource Definition
- a sidecar to your already existing Grafana deployment And with this the grafana-sidecar will give you full support for Grafana Dashboards defined as Custom Resources in Kubernetes.
- Start you favorite kubernetes cluster. Fx kind:
kind start cluster
- Add the CRD
kubectl apply -f deploy/crd.yaml
- Deploy the example
kubectl apply -f examples/