nebari-dev / nebari

🪴 Nebari - your open source data science platform
https://nebari.dev
BSD 3-Clause "New" or "Revised" License
279 stars 92 forks source link

Deploy dask-gateway using Helm chart #2620

Open marcelovilla opened 2 months ago

marcelovilla commented 2 months ago

Context

Currently, we're writing our own k8s manifests to deploy dask-gateway. However, there's a Helm chart available: https://github.com/dask/dask-gateway/tree/main/resources/helm/dask-gateway

Value and/or benefit

This would simplify the management of dask-gateway, reduce maintenance on our side, and be more consistent with how we're deploying other services withing Nebari

Anything else?

No response

marcelovilla commented 1 month ago

https://github.com/nebari-dev/nebari/pull/2609 was recently merged and it includes the logic to deploy k8s manifests and Helm charts directly instead of doing it via Terraform. I think we should build on top of that approach to deploy the dask-gateway Helm chart.