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
685 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,350 points
1,030 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
15,476 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,350 points
1,396 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,520 points
2,696 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