Public GitOps repository for showing how I run my services on k3s
https://tobru.ch/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 hours ago | |
---|---|---|
.. | ||
manifests | 4 months ago | |
vendor | 4 months ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
build.sh | 1 year ago | |
healthchecks-io-cronjob.yaml | 1 year ago | |
healthchecks-io-secret.yaml | 1 year ago | |
jsonnetfile.json | 8 months ago | |
jsonnetfile.lock.json | 4 months ago | |
k3s.libsonnet | 8 months ago | |
k8rules.yaml | 1 year ago | |
monitoring.jsonnet | 9 months ago | |
traefik-grafana-dashboard.json | 11 months ago | |
traefik-service-monitor.yaml | 11 months ago |
README.md
Cluster Monitoring
Source: kube-prometheus.
Build
docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci ./build.sh monitoring.jsonnet
Update libs
docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci jb update
Then build again, obviously