k8s-Cluster Maintenance
OS Upgrades
For example,you have a cluster with a few nodes and pods serving applications.If one of these nodes go down,the pods on that node are not accessible.
If the node came back online immediately,then the kubectl
process starts and the pods come back.However,if the node was down for more than 5 mins,then the pods are terminated from that node.