informatics-lab / our-pangeo

A helm chart for deploying a custom flavour Pangeo stack
10 stars 5 forks source link

Add high availability Jupyter Hub and proxy #10

Open jacobtomlinson opened 6 years ago

jacobtomlinson commented 6 years ago

Currently we only run one instance of Jupyter Hub and one proxy. This results in an outage if the node running those containers is lost, even if the users notebook is on a different node.

We should explore running multiple instances of the Hub and proxy. The limiting factor at the moment is the Jupyter Hub database is stored in sqlite on a volume which can only be mounted to one pod.