This is a question likely full of ignorance. Please enlighten me.
I am using container-use locally to develop. At the same time (connected to my work) I am deploying coding agents in containerized environments on the cloud as paas.
I want to give these agents container-use.
To achieve that I naively would need to provide docker and git in their env. But I want to ask myself, if I can make this more lean.
Q: Is there a way to let the agent use remote containers (f.e. via k8s and kubectl & ssh) for container-use?
Why?
- For my case: deploy lean agent envs, which could spawn coding containers on demand from some cluster
- In general: local container-use can be resource intensive. This would remove such a limitation
Maybe somebody did that already, but I can't find anything or am not capable of understanding it. Grateful for any help!