Common mistakes using Kubernetes
blog.pipetail.io
Common mistakes using Kubernetes
1–10 of 149 posts
Re: Common mistakes using Kubernetes
#2#1: Using Kubernetes
Re: Common mistakes using Kubernetes
#3 ...
requiredDuringSchedulingIgnoredDuringExecution:
...
This instantly remembered me of this: https://thedailywtf.com/articles/the-longest-methodKubernetes sometimes shows its Java roots.
Re: Common mistakes using Kubernetes
#4#1: Using Kubernetes
You spent the time signing up just for this?
Re: Common mistakes using Kubernetes
#5#1: Using Kubernetes
You might be joking but I'd say using k8s when you don't need to, is definitely a mistake.
Re: Common mistakes using Kubernetes
#6Great article, I've learned many of these firsthand and agree with their conclusions. I have some more reading to do on PDBs!
K8s is a powerful and complex tool that should only be used when needed. IMO you should be wary of using it if you're trying to host less than a dozen applications - unless it's for learning/testing purposes.
It's a complex beast with many footguns for the uninitiated. For those with the right problems, motivations and skillsets, k8s is the holy grail of scale and automation.
Re: Common mistakes using Kubernetes
#7... requiredDuringSchedulingIgnoredDuringExecution: ... This instantly remembered me of this: https://thedailywtf.com/articles/the-longest-method Kubernetes sometimes shows its Java roots.
That Java link in the article goes to a completely not-Java Chinese site btw