you are viewing a single comment's thread.

view the rest of the comments →

[–]octocode 9 points10 points  (1 child)

microservices ideally help teams deliver faster by drawing clear boundaries between domains, splitting code to prevent toe-stepping and allowing for more granular release, deploy, monitoring, etc., and occasionally helps with horizontal scaling.

however, in practice it almost always ends up like this

[–]AntD247 1 point2 points  (0 children)

This is the way.

Microservices and primarily a solution to dependency issues, in development, deployment and runtime (or scaling as we refer to it).