Skip to content

A small sidecar to provision Grafana Dashboards using Kubernetes CRDs

Notifications You must be signed in to change notification settings

lunarway/grafana-sidecar

Repository files navigation

grafana-sidecar

A small sidecar to provision Grafana Dashboards using Kubernetes CRDs

Wait... what does it do?

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.

Show me

  • 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/

About

A small sidecar to provision Grafana Dashboards using Kubernetes CRDs

Resources

Stars

Watchers

Forks

Releases

No releases published