k8s-manifests/jupyter/base/charts/jupyterhub
Micke Nordin 324724c3b1
Jupytherhub:
Export 3.0.3 like so:
```
helm repo add jupyterhub https://hub.jupyter.org/helm-chart/
helm fetch jupyterhub/jupyterhub --version 3.0.3 --untar --untardir .
```
2023-09-25 16:29:56 +02:00
..
files/hub Jupytherhub: 2023-09-25 16:29:56 +02:00
templates Jupytherhub: 2023-09-25 16:29:56 +02:00
.helmignore Jupytherhub: 2023-09-25 16:29:56 +02:00
Chart.yaml Jupytherhub: 2023-09-25 16:29:56 +02:00
README.md Jupytherhub: 2023-09-25 16:29:56 +02:00
values.schema.json Jupytherhub: 2023-09-25 16:29:56 +02:00
values.yaml Jupytherhub: 2023-09-25 16:29:56 +02:00

JupyterHub Helm chart

Documentation GitHub Discourse Gitter
Latest stable release of the Helm chart Latest pre-release of the Helm chart Latest development release of the Helm chart

The JupyterHub Helm chart is accompanied with an installation guide at z2jh.jupyter.org. Together they enable you to deploy JupyterHub in a Kubernetes cluster that can make Jupyter environments available to several thousands of simultaneous users.

History

Much of the initial groundwork for this documentation is information learned from the successful use of JupyterHub and Kubernetes at UC Berkeley in their Data 8 program.