Hi Guys, Got a query related to replication controller. After a node is marked . . .

Farooq:
Hi Guys,
Got a query related to replication controller.

After a node is marked as unreachable, the node controller gives the node 5 more minutes, before evacuating all the pods out and running them on a healthy node, if the pods are part of a replica set.

I am presuming, that if the pods are not part of a replicaset, then in this case, such pods are lost ?

Tharanath:
if it is an individual pod, then yes, it will be lost.

Tharanath:
if it is part of deployment,replica set etc, it will be recreated in other nodes provided enough resorces exists.