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

https://github.com/makeomatic/devops-manifests


https://github.com/makeomatic/devops-manifests

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Initial config
```
brew install jsonnet
brew install kubecfg
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
```

# Tasks
## Sync prometheus rules
```
jb update
kubecfg update jsonnet/prometheus.jsonnet
```
## Update grafana dashboards
```
jb update
jsonnet -J vendor -m dashboards vendor/kubernetes-mixin/lib/dashboards.jsonnet
```