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.
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.