I would like to use a single Grafana instance to monitor multiple Kubernetes cluster (pods resources consumption, rabbitmq queues info) provided by Prometheus. I have two Kubernetes cluster - one used for monitoring and common workload and the other for specific - sensitive - workload.
Basic info
- I do not want to use Prometheus (in cluster 2) as data source in Grafana (use Federation), because I want to keep cluster 2 isolation at maximum (no ingress or other public endpoints)
- I will be fine using two data sources in Grafana (cluster 1, cluster 2)
- I have found thanos.io, but I am not sure if it's the right path
Can you help me with the solution design, please?
