|
|
|
|
|
by mattknox
3067 days ago
|
|
It's fascinating to me that people don't point out that you can get many of the benefits of microservices with all your code in a monolith, indeed, all in a single runtime. Of the 4 benefits he lists (1: independent development, 2: independent deployment 3: independent scalability, 4: reusability) you can mostly get 2-4 by deploying your monolith to different server pools that are deployed and routed to independently. Microservices get to be necessary for large dev teams, but probably a lot later than most teams think. |
|