I have an implementation of PMM running in a Kubernetes cluster.
We are applying version 2.43.1, and we monitor only a MariaDB on Amazon RDS with QAN.
We noticed that when the pod drops for any reason, the server loose all the data.
I tried to perform a snapshot of /srv folder onto a Kubernetes persistent volume, but data is lost as soon the pod restarts.
Where are the data available on the local storage?