|
|
|
|
|
by movedx
1453 days ago
|
|
> ... it'll solve the problem of scale at that point without needing to make huge changes. This is incorrect. It's a common mistake to pre-optimise for a future that may never come. I call it "What-If Engineering". You should always just build a monolith and scale it out as and when you understand what it is that needs scaling. Choosing the right languages and frameworks is where you need to put your effort. Not K8s. https://martinfowler.com/bliki/MonolithFirst.html |
|