Hacker News new | ask | show | jobs
by thirteenfingers 754 days ago
That was seven years later. Maybe the problem is that Google stopped reading what Google wrote.
2 comments

Google : We will breach the rules we preach.
Right, because every line of code written by tens of thousands of Google engineers is being validated against every guidebook.
> That was seven years later. Maybe the problem is that Google stopped reading what Google wrote.

The problem is that it was never that good. Anyone who has used K8s at scale will tell you at length how it doesn’t scale. People should stop focusing on tech companies like celebrities and focus instead on domain problems related to their business.

The funny thing with k8s is that Google doesn't use it (except GKE, and there's a reason it's one cluster per customer).

Their internal tooling scales just fine, but all it shares with k8s is some of the underlying concepts. Unlike, say, Bazel, gVisor or Gerrit, which are the real thing (minus some secret sauce tied to internal infra). k8s is good software, and best-in-class when it comes to open source options, but the idea that it is "open source Borg" is silly.

> k8s is good software, and best-in-class when it comes to open source options

No it isn’t, it’s a solution in search of a problem that is needlessly complex, wastes engineering cycles on what could have been product development, and has violated every principal of orthogonal design.