new3일 전· 1 sources

Node Selectors and Node Affinity: Telling the Scheduler Where Pods Can Run

Why it matters

TL;DR - nodeSelector matches a pod to a node using labels. Simple, exact match, nothing fancier. - Node affinity does the same job with more expressive rules: In ,NotIn ,Exists ,DoesNotExist ,Gt ,Lt ....

1
Sources
+0
24h
Growth
3d
Active

Sources

Related Issues