charts

Trino Community Kubernetes Helm Charts

CI/CD

Fast distributed SQL query engine for big data analytics that helps you explore your data universe

Usage

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add trino https://trinodb.github.io/charts/

You can then run helm search repo trino to see the charts.

Then you can install chart using:

helm install my-trino trino/trino --version 0.19.0

Also, you can check the manifests using:

helm template my-trino trino/trino --namespace <YOUR_NAMESPACE>

Documentation

You can find documentation about the chart here.