Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 840 Bytes

11.Taints-and-Tolerations-vs-Node-Affinity.md

File metadata and controls

17 lines (10 loc) · 840 Bytes

Taints and Tolerations vs Node Affinity

In this section, we will take a look at Taints and Tolerations vs Node Affinity

  • Taints and Toleration does not gurantee that the pods will only prefer these nodes, in this case, the red nodes may ends up on one of the other nodes that do not have a taint or toleration set.

    tn-na

  • As such, a combination of taints and tolerations and node affinity rules can be used together to completely dedicate nodes for specific parts.

    tn-nsa

K8s Reference Docs: