Affinity - CI/CD用語集の定義
affinity(およびanti-affinity)ルールは、ノードのlabelや他のpodに対してpodを引き寄せたり退けたりして配置に影響を与え、workloadをノードやゾーンにまたがって同居または分散させるために使われます。
関連ガイド
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…