⎈ k8s knowledge compiler

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.jsonio.k8s.api.core.v1.PodAntiAffinity

Related (3)

related_to WeightedPodAffinityTermreferences type conf=1
related_to PodAffinityTermreferences type conf=1
related_to Affinityreferences type conf=1

← all API Explorer