NodeAffinity
NodeAffinity is a concept used to schedule pods in cluster nodes.
How it works
Affinity work by maching the label on the node with affinity set on pod. That mean that a label must be set on a node
k label node <node-name> color=red
Then Configure you...
nyagarabraham.hashnode.dev2 min read