trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Helm chart

mosabua opened this issue · comments

It might be useful to add a Helm chart to manage Trino Gateway deployment on k8s.

Would this chart go under trinodb/trino-gateway or under trinodb/charts?

We can get this added after dockerization is done

as of now, for templates yaml we are using

  • _helpers, configmap, deployment, hpa(autoscaler), service, serviceaccount

if there are additional files needed, please do suggest

I think we can keep it all in this repo

We could also consider reviving a docker compose setup that we removed with https://github.com/trinodb/trino-gateway/pull/146/files .. if users desire that.

It seems the dockerization merge #113 was completed. Ho much lonmger for the helm chart?

@wccropper until someone in the community finds time to work on it and sends a pull request for a separate module in this repo. Then we have to review and update and get to merge. We would love your help.

Hello,

I was installing trino-gateway in eks and have a helm chart to do it, with an initContainer to initialize the database.
If you want to have a look I can create a pull request.

That would be AWESOME @luismacosta

helm chart #245

Closed via #323