Introducing TraefikProxy, a new JupyterHub proxy based on Traefik

1 · JupyterHub · March 6, 2019, 11:58 a.m.
Introducing TraefikProxy — a scalable and highly available proxy for JupyterHubIn the JupyterHub context, the proxy is the unit in charge of directing the user requests to their notebook servers.The proxy manages a list of [user : notebook] mappings (the proxy routing table) in order to decide which request is sent where. The routing table must be continuously updated as users start and stop their servers without disrupting the requests being processed. The following drawing illustrates the prox...