Affinity - CI/CD Glossary Definition
Affinity (and anti-affinity) rules influence pod placement by attracting or repelling pods relative to node labels or other pods, used to co-locate or spread workloads across nodes and zones.
Related guides
Taint - CI/CD Glossary DefinitionA taint marks a node to repel pods that do not tolerate it, reserving nodes - like GPU or CI runner nodes - f…
Node Pool - CI/CD Glossary DefinitionA node pool is a group of cluster nodes that share a machine type and config, letting you run CI builds on a…
Pod - CI/CD Glossary DefinitionA pod is the smallest deployable unit in Kubernetes: one or more containers sharing a network namespace and s…