Taints and Tolerance in kubernetes
Taints restrict pods that can be scheduled on a node. They are assigned on the node as key value pair, Such that only nodes which can tolerate the taint can be scheduled on the Nodes. Tolerance is assigned to a pod so that is can tolerate a certain t...
Sep 15, 20252 min read2
