gitsec icon indicating copy to clipboard operation
gitsec copied to clipboard

Will Kubernetes be supported?

Open cfontes opened this issue 5 years ago • 0 comments

Hi, I find this very interesting. I am mainly using Kubernetes and the current setup is a bit hard for it.

My current Deployment keeps trying to connect to 127.0.0.1:9989 for the workers, and it looks like it will itself start the workers using docker directly from within it's own container.

Would it be possible to have the auto create workers in a parameter? That way I can disable it and have a deployment for the workers and another for the master. Also a parameter for the communication URL (URL:9989) so one can use the kubernetes service name instead of 127.0.0.1.

I can provide you with a initial deployment, service and ingress I've already, but it's not working because of the problems above.

cfontes avatar Oct 08 '18 09:10 cfontes