Manifests.io

Easy to use kubernetes documentation

Pod.spec.affinity

Affinity is a group of affinity scheduling rules.

Description
nodeAffinity 🔗
NodeAffinity

Describes node affinity scheduling rules for the pod.

podAffinity 🔗
PodAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

podAntiAffinity 🔗
PodAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

See an issue here?