Multiple Datasources for Loki

Hi,

I have 2 Clusters, ClusterA and ClusterB( which is just a testing cluster that I will destroy later). Currently, both clusters have Prometheus, Loki and grafana enabled and store the data into S3 Bucket. Can I from my loki instance get the data from S3 Bucket of ClusterB, and at the same time keep my current data cluster? Is it also feasible to visualize them on grafana onn clusterA later?

Thanks in advance!

No, you cannot get data from one cluster to another. What I would recommend you to do is to setup one Grafana instance, and add both clusters to it as data sources. You can include the Grafana deployment to your long-term cluster, but if it were me I’d separate it out just to be safe, and to signify that the Grafana instance is not part of either cluster.