Hi All,

Im running a Kubernetes Cluster with one master node and three minions and 
Im wondering what will happen to the services and pods on the minions if 
the master node dies.
Are the services and pods continue running in current state ?

Is it a typical setup that the master node doesnt run services and pods Im 
creating in the Kubernetes cluster (except of the kubernetes management 
pods) ?
If yes, is this the reason why "kubectl get nodes" shows the status 
"SchedulingDisabled" for the master node ?

What is the usual way to run a three node etcd cluster in kubernetes, 
should we add a http load balancer in front of the etcd nodes to have one 
ip-address for etcd ?
Or is it possible to configure the three ip addresse from the etcd nodes at 
the kubernetes minions ?

Is the master node a "stateless" node when etcd is running on stand alone 
nodes ?
Or in other words, if the master node dies and I start a new one with the 
old ip-address and the old etcd cluster, will this be a full replacement 
for the broken node ?

Cheers, Thomas
 


-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to