Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 571 Bytes

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/