Hacker News new | ask | show | jobs
by Traubenfuchs 916 days ago
How do you forbid running two instances of the same service on one node without anti affinity?
1 comments

Traditionally, each node is its own machine. virtual-kubelet creates a virtual node that is a proxy to some other pod infrastructure. In the case with FKS, each pod in the virtual node is a machine (a node in the traditional sense), so it’s equivalent of having an anti-affinity on all pods with an infinite node pool.