Taint && Tolerations are used to restrict nodes which pods to accept. Taint ———————→ for Nodes Tolerations ——————→ For pods Nodes accept pod that tolerate its taints. How to check if your node is tainted ? $ kubectl describe node node_name | grep Ta...
cka-learning.hashnode.dev2 min readNo responses yet.