Re: [kubernetes-users] Alternative to Dind (docker-in-docker) sidecar container

2018-05-06 Thread Sudha Subramanian
Hi Jay, Thanks for the pointer. I will check this out. Thanks, Sudha On Saturday, May 5, 2018 at 12:04:44 PM UTC-7, jay vyas wrote: > > Hi, yes definitely. > > Using the InClusterConfig, you’re pod can fire off another pod by > submitting it to the API server. > > You just have to make

Re: [kubernetes-users] Alternative to Dind (docker-in-docker) sidecar container

2018-05-05 Thread Jay Vyas
Hi, yes definitely. Using the InClusterConfig, you’re pod can fire off another pod by submitting it to the API server. You just have to make sure it has the right RBAC service account stuff. As an example you can check out black ducks preceptor project for security scanning ; we deploy a