jupyterport
GOLANG version of JupyterHub.
Do not use this in production, it is for prototyping purposes
Scope
This project aims to provide:
- Login (no password used for now)
- session handling, so that a user can authenticate
- handle notebook startup
- provide admin overview
Example Stack
JupyterPort has a pluggable backend system to spawn the notebooks.
- docker uses
/var/run/docker.sock
to fire up plain containers (no docker service or kubernetes pod)
- kubernetes uses a kubernetes service account to create a deployment and a service for each notebook
General
Some pieces are missing, including
- Create a random token and show it in the notebook list
- use a reverse proxy, so that the notebook does not need to expose a port, but is access through the JupyterPort webserver
- the port selection should be randomized, so that one does not know in advance which ports are unused
Docker

Kubernetes

In addition to the general TODOs, the kubernetes spawner has more..
- Direct URL is not showing correctly