Tutor plugin to create k8s on-demand jobs?

Is it possible to use a Tutor plugin to create a k8s job (aka task) that runs on demand from the command-line rather than during deployment? I want to create a job similar to tutor’s built-in k8s “createuser”, “importdemocourse” and “settheme” commands in which it uses kubectl to launch a lms/cms pod running a single manage.py command on demand.