PodAntiAffinity [api_object]ai-synthesized · conf 0.82
Pod anti affinity is a group of inter pod anti affinity scheduling rules.
core
A Pod Anti-Affinity is a rule that specifies how pods should not be placed in a cluster.
Why it matters It allows for more efficient use of resources by spreading related pods across nodes.
Key facts - Pods with the same anti-affinity term are scheduled on different nodes - Anti-affinity terms can be specified as required or preferred
Common pitfalls - Insufficient resources on a node to meet the anti-affinity requirements
Sources
swagger.json — “io.k8s.api.core.v1.PodAntiAffinity”