This repository contains two Helm charts.
- dask: Install Dask on Kubernetes for a single user with Jupyter and dask-kubernetes.
- daskhub: Install Dask on Kubernetes for multiple users with JupyterHub and dask-gateway.
This repository also contains a gh-pages
branch that using GitHub Pages is
built into the website available at https://helm.dask.org. This website is human
readable but also readable by helm
as a Helm chart repository thanks to a
index.yaml
file.
The Helm chart repository also publishes Helm charts not maintained in this
repository, specifically dask-gateway
and dask-kubernetes-operator
.
Users deploying Dask for a single user should use the dask/dask
helm chart.
helm repo add dask https://helm.dask.org/
helm repo update
helm install my-release dask/dask
See dask for more.
Users deploying Dask for multiple users should use the dask/daskhub
helm chart.
helm repo add dask https://helm.dask.org/
helm repo update
helm install --name my-release dask/daskhub
See daskhub for more.