I'm looking to test out if kbatch meets my needs for launching some jobs from a JupyterHub instance, and one thing I want to do is apply resource quotas on a group basis. As I understand it, that means that I'd like to be able to route multiple users to the same namespace, and ideally not grant kbatch-proxy permission to create new namespaces. Does that make sense? I know how I'd hardcode an implementation in the proxy itself, but I'm not sure how it should look as configuration.
I'm looking to test out if kbatch meets my needs for launching some jobs from a JupyterHub instance, and one thing I want to do is apply resource quotas on a group basis. As I understand it, that means that I'd like to be able to route multiple users to the same namespace, and ideally not grant kbatch-proxy permission to create new namespaces. Does that make sense? I know how I'd hardcode an implementation in the proxy itself, but I'm not sure how it should look as configuration.