Y
Hacker News
new
|
ask
|
show
|
jobs
by
garadox
2219 days ago
One thing to watch for with pod antiAffinity - if you use required vs preferred, and your pod count exceeds the node count, the remainder will be left in Pending and won't spin up anywhere.
1 comments
dharmab
2219 days ago
There's a new feature which does a better job of spreading Pods without blocking scheduling quite as badly:
https://kubernetes.io/docs/concepts/workloads/pods/pod-topol...
link