Taint and tolerance in Kubernetes 1 6

0 votes
I just came across the terms Taints and tolerance. I don't quite understand what that feature does. And if I'm not wrong this feature was introduced in version 1.6, right?
Jun 27, 2019 in Kubernetes by Greg
1,157 views

1 answer to this question.

0 votes

Hey @Greg, Taint can be considered as a bad smell. You can specify taints for your node. The entire concept of scheduling in Kubernetes is based on scheduling your pods efficiently. When there exists a pod in a node that has a taint(bad smell), It starts looking at the intensity of the taint. Every node has tolerance and if the taint is beyond the tolerance, it will schedule it to another node with a higher tolerance. Basically, if the smell is too bad for a node to handle, it will prohibit it from that node. 

answered Jun 27, 2019 by Yamini

Related Questions In Kubernetes

0 votes
1 answer

Kubernetes: Insufficient CPU's and MatchNodeSelector in Openshift.

That error message does not mean that ...READ MORE

answered Sep 7, 2018 in Kubernetes by ajs3033
• 7,300 points
2,426 views
0 votes
2 answers
0 votes
2 answers

Difference between a Deployment and a DaemonSet in Kubernetes

Adding to @Rohit's answer, I'll explain about ...READ MORE

answered Jan 6, 2019 in Kubernetes by Ramya
4,446 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,610 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,095 views
0 votes
1 answer

Example for using taint and tolerance - Kubernetes

Hey @Tara, this is how you use ...READ MORE

answered Jun 28, 2019 in Kubernetes by Faiza
1,144 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP