Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize server start up time #155

Open
kabilar opened this issue May 14, 2024 · 1 comment
Open

Optimize server start up time #155

kabilar opened this issue May 14, 2024 · 1 comment

Comments

@kabilar
Copy link
Member

kabilar commented May 14, 2024

Thanks @aranega for this suggestion.

It takes several minutes to pull the Docker images from Docker Hub when starting up a pod.

To reduce the server start up time, could we host a private registry with the Docker images on AWS in the same zone as the k8s cluster? These Docker images could be synced with the images on Docker Hub.

cc @vijayiyer05

@asmacdo
Copy link
Member

asmacdo commented Jul 2, 2024

We could host a private registry, however, that might be heavier than we need. Jupyterhub config allows us to prepull the images.

https://z2jh.jupyter.org/en/stable/administrator/optimization.html#pulling-images-before-users-arrive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants