Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grafana/grafana-apiserver


https://github.com/grafana/grafana-apiserver

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# grafana-apiserver


**This repository is currently *experimental*, which means that interfaces and behavior may change as it evolves.**


create kind k8s cluster, build grafana-apiserver, and run it:

```
tilt up
```

add dashboard GrafanaResourceDefinition:
```
kubectl apply -f deploy/example/dashboard-grd.yaml
```

add test dashboard:
```
kubectl apply -f deploy/example/dashboard-test.yaml
```

list dashboards:
```
kubectl get dashboards
```