Skip to content

climacell/helm-chart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis Build Status Dask Chart version DaskHub Chart version Dask version

Dask Helm Charts

This repository contains Dask's 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.

Single-user Quickstart

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 --name my-release dask/dask

See dask for more.

Multi-user Quickstart

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.

About

Helm charts for Dask

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 52.4%
  • Shell 47.6%