Trino Cluster
The Trino cluster capability deploys the actual Trino coordinator and worker pods into the cluster. It is distinct from the Trino foundation bundle, which only deploys the Trino Gateway and supporting infrastructure.
:::note Bundle in progress
The aws/trino-cluster bundle is under development. Trino cluster provisioning details will be documented here when the bundle is available.
:::
Relationship to Trino Foundation
The Trino Gateway (from the foundation bundle) acts as the entry point for all SQL connections. When trino-cluster is deployed, it registers the cluster with the gateway. The gateway then routes traffic to it based on routing rules.
This separation allows multiple Trino clusters to coexist behind a single gateway endpoint — for example, a shared cluster for interactive queries and a dedicated cluster for heavy batch workloads.
Go Deeper
- Trino — the foundation bundle (gateway, exchange storage, auth)
- SQL Auth: Superset, Trino & Ranger — how queries flow from Superset through the gateway to Trino