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