Taint - CI/CD Glossary Definition
A taint is a key/value/effect marker on a node that prevents pods from scheduling there unless they carry a matching toleration, used to dedicate nodes to particular workloads.
Related guides
Affinity - CI/CD Glossary DefinitionAffinity rules attract or repel pods relative to nodes or other pods, controlling placement - co-locating cac…
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…