[kubernetes-users] Rolling Update of Deployments whose Replica Count is three but one of the Replica is leader

2016-10-26 Thread Mayank
Hi All Does this scenario belong to the Deployment where i have three stateless replicas, but only one is active by acquiring a leader lock using etcd and the rest are inactive. In this case while doing a rolling update, if i bring down a passive one and bring a new passive one up, it can clea

[kubernetes-users] Re: Run kubelet over HTTP?

2016-10-26 Thread Henning Jacobs
Yes, I think you need to run it with TLS "somehow" --- we actually just use hardcoded self-signed certs and disable client cert validation (we use tokens + webhook). We run the API server with self-signed SSL behind an AWS ELB (ELB terminating SSL for clients!), simply because it needs to run wi

[kubernetes-users] Example App for kubernetes 1.2.0

2016-10-26 Thread Tushar Karkera
Is there an example app like guestbook-example that can be deployed on Kubernetes v1.2.0? since 1.2.0 does not support deployments. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop re

Re: [kubernetes-users] Example App for kubernetes 1.2.0

2016-10-26 Thread Cole Mickens
The guestbook example existed before 1.2, so you could go through the history and use an older version. On Wed, Oct 26, 2016 at 12:38 PM, Tushar Karkera < tusharkarkera1...@gmail.com> wrote: > Is there an example app like guestbook-example that can be deployed on > Kubernetes v1.2.0? since 1.2.0

Re: [kubernetes-users] Multiple readinessProbes

2016-10-26 Thread
Sorry, you said Pod and I read container. :) On Oct 26, 2016 1:02 PM, "Rodrigo Campos" wrote: > You can specify one for each container (and make each do all the things > you need). > > Would that work? > > On Wednesday, October 26, 2016, Peter Gardfjäll < > peter.gardfj...@elastisys.com> wrote:

Re: [kubernetes-users] Multiple readinessProbes

2016-10-26 Thread Rodrigo Campos
You can specify one for each container (and make each do all the things you need). Would that work? On Wednesday, October 26, 2016, Peter Gardfjäll < peter.gardfj...@elastisys.com> wrote: > Is it possible to specify more than one `readinessProbe` for a pod? > > best regards, Peter > > -- > You r

Re: [kubernetes-users] Multiple readinessProbes

2016-10-26 Thread peter.gardfj...@elastisys.com
Tanks for clarifying. /Peter On 2016-10-26 12:12, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > No, but you can mux it yourself behind the scenes. > > On Wed, Oct 26, 2016 at 12:40 AM, Peter Gardfjäll > wrote: >> Is it possible to specify more than one `readinessProbe` for a pod?

Re: [kubernetes-users] Multiple readinessProbes

2016-10-26 Thread
No, but you can mux it yourself behind the scenes. On Wed, Oct 26, 2016 at 12:40 AM, Peter Gardfjäll wrote: > Is it possible to specify more than one `readinessProbe` for a pod? > > best regards, Peter > > -- > You received this message because you are subscribed to the Google Groups > "Kubernete

[kubernetes-users] Multiple readinessProbes

2016-10-26 Thread Peter Gardfjäll
Is it possible to specify more than one `readinessProbe` for a pod? best regards, Peter -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to ku