2
, there is a chance where both of the Pods are scheduled onto the same Kuberntes Node. This can cause issues if the Node goes down, causing both available Pods to shutdown and need to reschedule onto another node.NODE
column, that each pod is running on a different node.preferredDuringSchedulingIgnoredDuringExecution
block instead.