Computer Science, asked by kawtharshafa1179, 10 months ago

Microservice based architecture is an ideal choice when

Answers

Answered by ankurbadani84
0

Answer:

Explanation:

Microservices provide the ideal architecture for continuous delivery. In microservices architecture, each application resides in a separate container along with environment it requires to run. As a result, each application can be modified in its container without the risk of interrupting with any other application.

Microservice architecture helps you to optimize deployment speed as well as application reliability by helping to move fast along with market.

Microservices allow applications to be modified and tested quickly, so that you can follow market trends and adapt products faster.

Answered by Arslankincsem
0

We should use a microservices architecture for any product or project in the following two approaches:

- Monolith only or monolith first approach - Companies who had used monolith architecture changed to microservices architecture, which is more suited to handling large and complex applications.

- Microservices first approach - Modular  and decentralized applications should follow a microservices first approach. Also, this should be used if there is very high transaction volume and traffic.

Similar questions