I have kubernetes cluster working fine. I have one master
node and 5 worker
nodes, and all these are running pods. When all the nodes are on and if the kubernetes master goes down/ powered off, will the worker nodes keep working as normally.?
If master
node is down and one of the worker
node also goes down and then come back online after sometime. Then will the pod automatically be started on that worker as the master
node is still down.?