Image Overview: trino

Overview: trino Chainguard Image

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

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/trino:latest

Usage

There is a TrinoDB Helm Chart exists, here, which makes it easy to deploy TrinoDB on Kubernetes.

Here is the command that can be used to deploy TrinoDB on Kubernetes:

helm repo add trino https://trinodb.github.io/charts
helm repo update
helm install trino trino/trino \
      --set image.repository=cgr.dev/chainguard/trino

That’s it, now, you have TrinoDB running on Kubernetes.

Last updated: 2024-04-11 12:38