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

2018-05-06 Thread Warren Strange
This is likely a better bet than DIND: https://github.com/GoogleContainerTools/kaniko On Saturday, May 5, 2018 at 9:02:08 AM UTC-6, Sudha Subramanian wrote: > > 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

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] Re: Cassandra on Kubernetes

2018-05-06 Thread Niranjan Kolly
Can you share the detail steps for kubernetes installation on 3 CentOS Vm's. am struggling kubernetes installation from 2 weeks its not going good. Please help me Sunil Bhai. On Sun, May 6, 2018 at 5:42 PM, Niranjan Kolly wrote: > Thanks Sunil Bhai for the

Re: [kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Niranjan Kolly
Thanks Sunil Bhai for the recommendation I have followed the same link. Can you please share the installation steps for kubernetes cluster. I am not able to ping my cassandra service from kube-dns pod. I think my kubernetes is not correct. Thanks, Niranjan On Sun, May 6, 2018 at 12:30 PM,

[kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Sunil Bhai
You can also check this in kubernetes.io site https://kubernetes.io/docs/tutorials/stateful-application/cassandra/ On Sunday, May 6, 2018 at 12:29:52 PM UTC+5:30, Sunil Bhai wrote: > Check this > > > https://kubernetes.io/blog/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set/ >

[kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Sunil Bhai
Check this https://kubernetes.io/blog/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set/ On Sunday, May 6, 2018 at 12:28:41 PM UTC+5:30, Sunil Bhai wrote: > Hi, > > Pls check this. > > https://github.com/waterplaclid/Scalable-Cassandra-deployment-on-Kubernetes.git > > > >

[kubernetes-users] Re: Cassandra on Kubernetes

2018-05-06 Thread Sunil Bhai
Hi, Pls check this. https://github.com/waterplaclid/Scalable-Cassandra-deployment-on-Kubernetes.git https://github.com/waterplaclid/Scalable-Cassandra-deployment-on-Kubernetes.git On Saturday, May 5, 2018 at 10:25:54 PM UTC+5:30, Niranjan Kolly wrote: > Hi Guys, > > I am installing