You might not need Kubernetes
blog.jessfraz.com
You might not need Kubernetes
1–10 of 319 posts
Re: You might not need Kubernetes
#2Re: You might not need Kubernetes
#3You don’t.
Re: You might not need Kubernetes
#4Re: You might not need Kubernetes
#5Re: You might not need Kubernetes
#6I have one code base that I run on multiple servers/containers independently of each other. Think Wordpress style. I used to run it on Heroku but I switched to Dokku because it's substantially cheaper and I don't mind taking care of the infrastructure. I like Dokku but I do worry about being tied to just one server and not being able to horizontally scale or easily load balance between multiple servers/regions. Ideally what I'd like is Dokku with horizontal scaling built in. I've seen Deis and Flynn but they seem less active/mature even than Dokku, which is saying something.
Is Kubernetes the right answer here or should I stick with Dokku and forget about horizontal scaling?
Re: You might not need Kubernetes
#7Earlier quoted context omitted.
You don't. EDIT: 99 times out of 100, you don't.
But, maybe?
Re: You might not need Kubernetes
#8Re: You might not need Kubernetes
#9Earlier quoted context omitted.
You don't. EDIT: 99 times out of 100, you don't.
but what if? Imagine.
My hesitation and cautiousness doesn't come from being a greybeard curmudgeon, it comes from a healthy dose of skepticism that this is The One True Path that will Solve All The Problems. I am cautiously optimistic it might be a stable, proven ecosystem, eventually. But it isn't today.
When making technology decisions, imagine that you're the one with the pager at 3am and work backwards accordingly.
Re: You might not need Kubernetes
#10Maybe someone here can help me figure out what I need, since the world of containers is growing faster than I can understand. I have one code base that I run on multiple servers/containers independently of each other. Think Wordpress style. I used to run it on Heroku but I switched to Dokku because it's substantially cheaper and I don't mind taking care of the infrastructure. I like Dokku but I do worry about being t…
For my use case I am VERY well aware that Kubernetes is overkill, but I don't see a great middle ground between Dokku where I am now, and Kubernetes.