Wiki source code of JupyterHub Deployment Proposal

Version 1.3 by villemai on 2019/06/06 14:05

Hide last authors
villemai 1.1 1 (% class="box warningmessage" %)
2 (((
3 (% class="text-uppercase" %)Draft
4 )))
5
6 = JupyterHub Deployment Proposal =
7
8 == Architecture ==
9
10 * Based on Kubernetes
11 * Seafile storage mounted in user containers
12 * Possibility of mounting large documents RO in certain images
13 * Possibility of selecting from different images
14 * Role based access to resources (quotas based on users'  access level)
15
villemai 1.2 16 == Components ==
17
18 * Jupyterhub: 1.x
19 ** Spawner: KubeSpawner
20 ** Authenticator: OAuthenticator
21 * Notebook image~:
22 ** Main notebook image~: IPython: 7.x
23
villemai 1.1 24 == Features ==
25
26 * TBD: requirements management (how to manage python libraries and other dependencies).
27 * TBD: Versioning of notebooks
28 * TBD: Workflows
villemai 1.2 29
villemai 1.3 30 == Notes ==
villemai 1.2 31
villemai 1.3 32 (% class="box warningmessage" %)
33 (((
34 Python 2 support was dropped in ipython 6.x+. The main image will no longer support Python 2.
35 )))
36
villemai 1.2 37