|
|
|
|
|
by Cthulhu_
1744 days ago
|
|
It's taking one source - look at how these people solved it! - and trying to apply it to others. SO is relatively simple; it's basically customized forum software which is a solved problem that has been around for decades. A junior dev can build an alternative, and it can be built using tried and true solutions like MySQL + PHP, which are horizontally scalable with database sharding, read replicas, and maybe stuff like memcached to accumulate votes before updating the database or a CDN for caching static files. Google has different problems and different workloads, and they have hundreds of times more applications with thousands of times more load. Apples and oranges. |
|
> Google has different problems and different workloads
Which of these do you think most organisations most closely resemble?
I don’t think anybody would disagree if you said that you should use Kubernetes for organisations that resemble Google. But most organisations don’t look anything like Google. They look a lot more like Stack Overflow. So the “You don’t need this…” statement holds true for almost everyone.