Re: [kubernetes-users] If Master Nodes fails on Multi Master HA Setup then will the new jobs runs on the failed Master's worker node.

2018-08-27 Thread Basanta Kumar Panda
Thanks for the reply you mean the worker nodes of the failed Master nodes will be using by the other masters for running the jobs. but as per my understanding the workers nodes are joined to the masters with the tokens of each masters.In that case the worker nodes are attached to a master.

Re: [kubernetes-users] If Master Nodes fails on Multi Master HA Setup then will the new jobs runs on the failed Master's worker node.

2018-08-27 Thread Basanta Kumar Panda
Basically if the First Master node fails then the second master node takes the control and will the jobs execute on the Worker nodes of the failed Master. On Monday, August 27, 2018 at 2:40:14 PM UTC+5:30, Matthias Rampke wrote: > > Nodes are not assigned to specific coordinators in an HA

Re: [kubernetes-users] If Master Nodes fails on Multi Master HA Setup then will the new jobs runs on the failed Master's worker node.

2018-08-27 Thread 'Matthias Rampke' via Kubernetes user discussion and Q
Nodes are not assigned to specific coordinators in an HA setup. They should just go through the other one and continue working just fine. /MR On Mon, Aug 27, 2018 at 7:03 AM Basanta Kumar Panda wrote: > Hi, > Few Clarifications on the HA setup on K8S Multi Master setup. > Just want to know

Re: [kubernetes-users] If Master Nodes fails on Multi Master HA Setup then will the new jobs runs on the failed Master's worker node.

2018-08-27 Thread Rodrigo Campos
What do you mean with "those jobs"? Which ones? Multi-master avoids having a problem if a master fails (or repairs quickly the situation), so I'd say yes. It also depends on how you manage etcd, to have concensus and that stuff. But yeah, it won't be an issue On Monday, August 27, 2018, Basanta

[kubernetes-users] If Master Nodes fails on Multi Master HA Setup then will the new jobs runs on the failed Master's worker node.

2018-08-27 Thread Basanta Kumar Panda
Hi, Few Clarifications on the HA setup on K8S Multi Master setup. Just want to know what will happens to the Worker nodes of the Master which failed due to the some reason . will jobs runs on those worker nodes through another Master node. Regards, Basanta -- You received this message