⎈ k8s knowledge compiler

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

Related (3)

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

← all API Explorer