jupyterhub / zero-to-jupyterhub-k8s

Helm Chart & Documentation for deploying JupyterHub on Kubernetes
https://zero-to-jupyterhub.readthedocs.io
Other
1.55k stars 796 forks source link

Resource documentation feedback #2229

Open consideRatio opened 3 years ago

consideRatio commented 3 years ago

Please use this GitHub issue to provide feedback on our documented resource requests!

Please accompany feedback with information about...

brospars commented 2 years ago

Hello,

I'm deploying Jupyterhub on k8s for a machine learning course. We expect 10 000 users in total and about 200 daily users.

We used to have a monolithic setup based on https://github.com/jupyterhub/jupyterhub-deploy-docker :

The new k8s setup :

I'm using a modified version of yuvipanda/hubtraf to run heavy machine learning code (requesting CPU and RAM)

The aim is to have a scalable setup that can reach 500 simultaneous users. For now I'm unable to reach that goal but I'll update this post when I find the bottleneck (it's probably due to few CPUs on the JH node).