Where Grafana stores dashboards

We are currently using Grafana in a Kubernetes cluster. So far, everything is working as well.
The configuration and the dashboard are loaded automatically and integrated accordingly.

However, when I create and save a new dashboard (e.g. as “test”), the corresponding JSON file is not saved to the corresponding attached storage.
Apparently Grafana still stores this DashBoard somewhere else. If I search directly on the pod for a corresponding file (I would assume that this is then called test.json), I do not find this either.

So where does Grafana store this file now?

the dashboards are stored inside Grafana’s internal DB, which is SQLite by default. Have you looked inside grafana.db?