jupyterhub-tutorial icon indicating copy to clipboard operation
jupyterhub-tutorial copied to clipboard

jupyterhub on carina mechanics

Open rgbkrk opened this issue 9 years ago • 4 comments

From #10:

  • [ ] Building the Dockerfile
  • [ ] Putting together the GitHub authenticator and Docker spawner
  • [ ] Mounting the Docker socket and certificates
  • [ ] TLS

rgbkrk avatar Feb 15 '16 18:02 rgbkrk

@smashwilson Should we do this in time for PyCon?

etoews avatar May 25 '16 20:05 etoews

FYI I am working on something very similar. https://github.com/jupyterhub/jupyterhub-carina/issues/3

There are two aspects to this:

  1. Run JupyterHub on Carina. This involves a lot of fun with let's encrypt, etc. That's what I'm doing now.
  2. Spawn user servers on their own cluster. This work is done and is in the jupyterhub-carina python package. See that repo's readme for instructions.

carolynvs avatar May 25 '16 21:05 carolynvs

@everett-toews I have an initial prototype of #1 at https://github.com/jupyterhub/jupyterhub-carina/pull/5. Still needs more work but it does work and there's enough there to talk about.

carolynvs avatar May 29 '16 00:05 carolynvs

@carolynvs I'll give this a shoutout tomorrow. Thanks!

etoews avatar May 29 '16 04:05 etoews