# Trino Gateway has arrived

DevFeed: [Trino Gateway has arrived](<https://devfeed.tech/articles/trino-gateway-has-arrived-8736.md>)

Original publisher: [Read original article](<https://trino.io/blog/2023/09/28/trino-gateway.html>)

Author: Manfred Moser, Martin Traverso

Published: 2023-09-28T00:00:00Z

Content type: release

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [App](<https://devfeed.tech/topics/app.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

This release introduces Trino Gateway, which provides a single URL for routing requests across multiple Trino clusters. It acts as a load balancer, proxy server, and configurable routing gateway, with REST API configuration and support for authentication, authorization, and blue/green cluster upgrades.

## Source excerpt

You started with one Trino cluster, and your users like the power for SQL and querying all sorts of data sources. Then you needed to upgrade and got a cluster for testing going. That was a while ago, and now you run a separate cluster configured for ETL workloads with fault-tolerant execution, and some others with different configurations. With Trino Gateway we now have an answer to your users request to provide one URL for all the clusters. Trino Gateway has arrived!