Hi,
I’d like to ask you for the multi-cluster connection availability to the Grafana Tempo.
We have one main AKS cluster which plays as main monitorng cluster. There are deployed via helm charts:
- Grafana via grafana/grafana,
- Grafana Loki via grafana/loki-distributed,
- Grafana Mimir via grafana/mimir-distributed,
- Grafana Tempo via grafana/tempo-distributed.
At others AKS cluster we have only deployed Grafana Agent which collects metrics, logs and traces and send them to our main monitoring cluster.
At the main monitoring cluster we have configured ingress-nginx with host grafana.test.com for the Grafana and Grafana Mimir connection.
Is it possible to configure ingress also for the Tempo? We have only found gateway configuration in the helm chart. Is it neccessary to create specific ingress object for that purpose manually?
Thanks!