Is your feature request related to a problem? Please describe.
In many production apps, people use kubernetes to deploy and run their apps. I would like an option where the kubernetes pods can be used for execution.
Describe the solution you'd like
Very similar to DockerCommandLineCodeExecutor, have a class called KubernetesCommandLineCodeExecutor which has same API and can be used in a kubernetes environment.
Is your feature request related to a problem? Please describe.
In many production apps, people use kubernetes to deploy and run their apps. I would like an option where the kubernetes pods can be used for execution.
Describe the solution you'd like
Very similar to DockerCommandLineCodeExecutor, have a class called
KubernetesCommandLineCodeExecutor
which has same API and can be used in a kubernetes environment.Additional context
No response