Posts

Showing posts from April, 2023

Microservices

 Microservice Architecture is a Service Oriented Architecture. The microservice defines an approach to the architecture that divides an application into a pool of loosely coupled services that implements business requirements. The most important feature of the microservice-based architecture is that it can perform continuous delivery of a large and complex application. Microservice helps in breaking the application and build a logically independent smaller application. Principles of Microservices      There are the following principles of Microservices:           1) Single Responsibility principle           2) Modelled around business domain           3) Isolate Failure           4) Infrastructure automation           5) Deploy independently Microservices Monitoring Tool      There are three monitori...