Hacker News new | ask | show | jobs
by AntiUSAbah 53 days ago
What happens is, that when one node goes down, the pod gets removed and moves to another node. The node comes backup but k8s doesn't rebalance that pod despite having an anti-affinity.

For me, that this feature doesn't exist in core k8s, is bad. It should be able to do so. Controllable for sure.

1 comments

It does, you need to drain the node before removing it otherwise kube assumes the node will come back