Now that Victoria Metrics is hosted in Kubernetes, it only makes sense to host Grafana there as well. I chose to use a single-instance deployment for simplicity; I don't really need high availability for Grafana. Its configuration does not change enough to worry about the downtime associated with restarting it. Migrating the existing data from SQLite to PostgreSQL, while possible, is just not worth the hassle. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
grafana.ini | ||
grafana.yaml | ||
ingress.yaml | ||
kustomization.yaml | ||
ldap.toml | ||
namespace.yaml | ||
secrets.yaml |
README.md
Grafana
Grafana dashboards. Straightforward, single-instance deployment with SQLite database (and thus a StatefulSet with a PersistentVolumeClaim).