Hacker News new | ask | show | jobs
by auslander 2679 days ago
Kubernetes is an overkill for 90% of systems. The hype will die off eventually, but not before ruining fair number of projects. Death by overengineering. I wonder how things even worked before containers :)
1 comments

What are some example where you think Kubernetes is the right choice?
When you have to run many different apps from 3rd party devs, having standard deployment format helps. Or on-demand apps, like ETL jobs.

Containers offer not much benefit if you're cloud native - you already have VMs and heaps of automation APIs.

Google, Facebook, AOL , Oath/Y!

When you have a large scale platform with millions of users and you need to add / remove / change services at some marketing teams whim

Do they run on kubernetes though?
Google runs on its own container system, Borg. Kubernetes is a free reimplementation of Borg sponsored by Google.
So one of them rounded up?

I don't have hands on experience with kubernetes and a quite a bit skeptical because of its supposed complexity. Would be interested in success stories though where kubernetes magic was the much needed secret sauce.