trino-gateway
trino-gateway copied to clipboard
Same DNS name for multiple clusters
With the recent development in Trino for X-Forwarded-Prefix it should be possible to run Trino Gateway in front of multiple Trino clusters and use a single domain name for all clusters.
See https://github.com/trinodb/trino/pull/22227 and https://trino.io/docs/current/release/release-452.html
We need to verify this to be true, potentially upgrade airlift, and document how to set it all up to get it working.
Trino clusters definitely would have to use 452 or newer.