Hacker News new | past | comments | ask | show | jobs | submit login

There's flexibility in the ops/deployment side that you don't get with simple library calls. You can take down a specific service cluster and keep your app running with slightly degraded functionality.

The blast radius on deployments can be smaller.

You've already done the work to build up IPC/networked communication so you can make big decisions in a service (like using a better suited language for some feature) without worrying about integrating it with every other feature in your monolith.

You can tailor the instance type to the service. Say you need some kind of video ingestion (or something) that is low use but needs a high memory ceiling. Would you rather pay for that memory across all your monolith instances or just run a few instances of a high memory service?

There's a lot of differences you're not thinking about.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: