https://github.com/grafana/grafana-apiserver
https://github.com/grafana/grafana-apiserver
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grafana/grafana-apiserver
- Owner: grafana
- License: agpl-3.0
- Created: 2023-07-13T00:04:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T00:17:33.000Z (over 1 year ago)
- Last Synced: 2024-09-28T15:01:38.935Z (5 months ago)
- Language: Go
- Size: 312 KB
- Stars: 9
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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
```