You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a big multitenant kubernetes cluster, so there's a bunch of technical things we need to be able to do before we can run there. I think most of those are 'good ideas', and this issue tracks what we'll need to do.
The biggest is probably to stop our dind from running as a privileged daemon. With jupyterhub/repo2docker#1402 we switch to buildkit, which will allow us to do this!
The text was updated successfully, but these errors were encountered:
yuvipanda
added a commit
to yuvipanda/mybinder.org-deploy
that referenced
this issue
Feb 14, 2025
We would also need to stop our dind from being an actual daemonset. It's a daemon right now because we are using hostpath to share the docker socket, which is something I want to move away from too!
https://nationalresearchplatform.org/ is an excellent, forward thinking group of people who make kubernetes clusters available for researchers and educational users to use. Docs at https://docs.nationalresearchplatform.org/, and their acceptable use policy is at https://docs.nrp.ai/assets/NRP-AUP.pdf. I'd like to run a mybinder.org federation member there, and the admins there are amenable to it.
It's a big multitenant kubernetes cluster, so there's a bunch of technical things we need to be able to do before we can run there. I think most of those are 'good ideas', and this issue tracks what we'll need to do.
The biggest is probably to stop our dind from running as a privileged daemon. With jupyterhub/repo2docker#1402 we switch to buildkit, which will allow us to do this!
The text was updated successfully, but these errors were encountered: