Affinity and anti-affinity control pod placement in a cluster. The Affinity YAML Generator writes a Pod with an affinity block from a form so you do not have to recall the core/v1 schema.
You set the Pod name and container, choose a nodeAffinity mode (required or preferred) with match expressions, and optionally a podAntiAffinity mode with a topology key and match expressions. The resulting YAML is a valid core/v1 Pod.
Names and expression keys/values are validated as RFC 1123 labels. Problems are reported in a clear panel. Everything runs locally and nothing is uploaded.