forked from zonca/jupyterhub-deploy-kubernetes-jetstream
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Deploy JupyterHub on top of Kubernetes on Jetstream | ||
|
||
Configuration files for the tutorials available on my blog <https://zonca.github.io/tag/jetstream.html> | ||
|
||
The recommended deployment strategy is via Magnum, see the [tutorial](https://zonca.github.io/2019/06/kubernetes-jupyterhub-jetstream-magnum.html), which also supports autoscaling, see the [autoscaling tutorial](https://zonca.github.io/2019/09/kubernetes-jetstream-autoscaler.html). | ||
|
||
The other option, which provides a most customizable setup but which is longer to deploy and does not support autoscaling, is via Kubespray, see the [deployment with Kubespray tutorial](https://zonca.github.io/2019/02/kubernetes-jupyterhub-jetstream-kubespray.html). |