Grafana for K8S - configure dashboard access permissions Grafana for K8S - configure dashboard access permissions kubernetes kubernetes

Grafana for K8S - configure dashboard access permissions


You need to deploy your Grafana instance with a persistent storage. Either:

  • Keep using the built-in sqlite db - just ensure to use PVC to store it's data. The default path can be set using this config property
  • Use external db, like SQL, and configure Grafana to talk with it. See the database config section for more details.

Grafana persistency will be used to persist other settings as well, and also persist dashboards, alerts etc.All settings can be set via the grafana.ini helm chart variable