Trino Gateway Usage

Add a Trino Cluster

  1. Step 1: Log in to the Trino Gateway UI


After successful login, the dashboard page is displayed.

The main page after logging in
  1. Step 2: Navigate to Cluster Management

    1. From the left navigation menu:

      1. Select Cluster.

      2. Click Create.


This opens a window on the page that looks like the following:


  1. Step 3: Configure the Cluster

Provide the following values:

Field

Description

Name

Unique cluster name

Routing Group

Query routing group

ProxyTo

Trino coordinator host and port

ExternalUrl

Public/UI-accessible endpoint

Active

Enables the cluster

Important Notes

  • Cluster names cannot be modified after creation.

  • The default routing group is adhoc.

  • Queries without matching routing rules are sent to the adhoc routing group.

  • ProxyTo is used internally for query routing.

  • ExternalUrl is used for UI access.

  • ProxyTo and ExternalUrl may be identical.



  Last updated