Complexity

Distributed systems are inherently complex. Although the individual services themselves remain small and generally simple, the communication between the services and the management of the services becomes much more complex.

Keeping a monolithic application running on a small cluster can be a full time job in itself. In a microservices architecture, instead of one deployment, we are now deploying tens or hundreds of services, all of which need to be built, tested, and deployed, and that need to work seamlessly together. We need to ensure that all the services are up and running, have sufficient disk space and other resources, and remain performant. These services can even be implemented in multiple languages. All the services generally require load balancing and communication over synchronous and asynchronous messaging. A lot of the complexity in a microservices architecture is shifted into the infrastructure and may require experienced infrastructure developers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.144.229