Microservices

Microservices vs monolith

Knowing the advantages and disadvantages of microservice architecture and monolith is relevant not only for those developers who are thinking about migrating from monolithic architecture to microservice architecture, but also for those who have already switched to microservice architecture. After all, when implementing each new task, the developer must inevitably make a choice: whether to include the implementation of this task in one of the existing microservices or create a new microservice to solve this task.

Advantages of microservice architecture:

Disadvantages of microservice architecture:

SPOF

A single point of failure (SPOF) is a part of a system that, if it fails, will stop the entire system from working. SPOFs are undesirable in any system with a goal of high availability or reliability, be it a business practice, software application, or other industrial system. https://en.wikipedia.org/wiki/Single_point_of_failure

References

https://www.openlegacy.com/blog/monolithic-application

https://dou.ua/lenta/articles/microservices-net-core/