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

2018-05-05 Thread Sudha Subramanian
Hi, I have a use case where my application container needs to pull a build image and run code inside of it. I'm considering using a DIND sidecar container and have the outer container run docker commands within the sidecar. Requests for builds are queued in RabbitMq and gets consumed by my

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

[kubernetes-users] Cassandra on Kubernetes

2018-05-05 Thread Niranjan Kolly
Hi Guys, I am installing cassandra with 3 replicas on 3 VM's 1 master and 2 slave. only one container is coming up and other two are going in to crashloopbackoff. In the log files am seeing unable to gossip the seed and seed not found. All my DNS and flannel are running. Please share me the