grafana / helm-charts

Apache License 2.0
1.55k stars 2.21k forks source link

[tempo-distributed] Pure ingress without gateway #3001

Open z0rc opened 4 months ago

z0rc commented 4 months ago

Whole gateway pod and its configuration can be replaced with Ingress resource. Majority of Kubernetes clusters has proper Ingress Controller, so Tempo gateway (aka nginx) is technically redundant and just adds one more hop for traffic.

loki-distributed supports it https://github.com/grafana/helm-charts/pull/1478 mimir-distributed supports it https://github.com/grafana/mimir/pull/6932

algo7 commented 1 month ago

any news?