grafana / helm-charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[tempo-distributed] Pure ingress without gateway

z0rc opened this issue · comments

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 #1478
mimir-distributed supports it grafana/mimir#6932