I want to have user placeholders running on multiple node pools. I just cloned the pods launched by the scheduler and added a node selector to the yaml config, but this feels like a kludge. Is there a more integrated way to achieve the same thing?
I think what you’ve done sounds fine. Z2JH is meant to be an all-in-one solution, especially for those who have limited experience of Kubernetes, but there has to be a balance between what’s included and the complexity of maintaining it.
Arguably there’s a case for this sort of user placeholder function to be a standalone component - I imagine JupyterHub isn’t the only application that benefits from it!
2 Likes
Thanks. At least I’m not missing something obvious.