Node Affinity
Everything on SkillVeris tagged Node Affinity — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is Kubernetes Node Affinity?
Node affinity is a scheduling rule that constrains which nodes a Pod can be placed on, based on node labels, using expressive requiredDuringSchedulingIgnoredDu…
What are Kubernetes Taints and Tolerations?
A taint is a marker applied to a node that repels Pods from being scheduled onto it unless the Pod explicitly tolerates that taint, and a toleration is a match…
How Does the Kubernetes Scheduler Assign Pods to Nodes?
The Kubernetes scheduler watches for Pods with no assigned node, filters out nodes that cannot satisfy the Pod’s requirements, scores the remaining nodes, and…