Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 787 Bytes

Grafana lab

In this example Grafana is deployed as StatefulSet with single pod. The custom resource definition OIDCClient is used to automagically register Grafana as OIDC client within Passmower IDP which is already deployed in the cluster.

Exercises:

  • Replace lauri with your username
  • Add prometheus.yaml in grafana-datasources ConfigMap to declaratively configure data sources for Grafana
  • Add CloudNativePG cluster into your sandbox or use existing one
  • Reconfigure Grafana to use Postgres as backing store for Grafana. No need to export-import existing dashboards
  • Delete volume claim template section
  • Convert StatefulSet to Deployment.