orb-community/orb

Create k8s deployment yaml file for orb-agent

jcralbino opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When using the UI to create agents we are getting the required deployment information only for docker

Describe the solution you'd like

We should be provided also with a skeleton of a yaml deployment file for kubectl

Describe alternatives you've considered

The alternative at the moment is translating the docker run command example to a newly created deployment yaml file

Additional context

The orb-agent is prepared to be executed in docker using the container image. The same image can be executed in a k8s environment. The skeleton deployment yaml file would simplify the activation of that agent