0 votes
in Kubernetes K8s by
Can you brief about Taints and Tolerations

1 Answer

0 votes
by

This is an interesting feature of Kubernetes. This feature help users to mark a node (its like tainting the node) so that no pods can be scheduled to it, unless a pod explicitly tolerates the taint. With this feature, one can create nodes that are reserved for specific pods. 

...