Risks of ruming taints in production cluster

0 votes
I have a kubernetes cluster running and obviously, it has taints. I wanted to know the risks of removing the taints from a production cluster. Thanks
Jun 27, 2019 in Kubernetes by Mihir
502 views

1 answer to this question.

0 votes
Hi @Mihir, the possible issues that you would face if you remove the taint from your production env would be CPU, input/output exhaustion or even memory exhaustion. This could have severe consequences for your cluster health. This is the exact same reason why you never deploy anything on the master node. Always use worker nodes.
answered Jun 27, 2019 by Yesha

Related Questions In Kubernetes

0 votes
1 answer

Increase ROOT_SIZE of minion in aws kubernetes cluster

Go to "cluster/aws/util.sh" file. Find BLOCK_DEVICE_MAPPINGS and add this {"DeviceName":"/dev/sda1","Ebs":{"VolumeSize":40, "VolumeType": ...READ MORE

answered Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
672 views
0 votes
1 answer
+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,583 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,064 views
0 votes
2 answers

single point of entry for multiple services in kubernetes ingress

I tried having something similar too. Deployment apiVersion: extensions/v1beta1 kind: ...READ MORE

answered Sep 7, 2018 in Kubernetes by Hannah
• 18,570 points
2,330 views
0 votes
2 answers
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