Computer Science, asked by Aizaz8354, 1 year ago

Microservice Architecture adapts following concepts

Answers

Answered by PoojaBurra
2

Microservices have different benefits for Agile and Develops teams as Martin Fowler shows Netflix, eBay, Amazon, PayPal and other tech stars have all emerged from monolithic to microservices architecture.  

Unlike microservices monolith application is constructed as single unit.  

This changes to application slow and it affects the whole system.  

Upgrading made to little area of code could need constructing and deploying an entirely new software.  

Scaling specific functions of an application means one have to scale whole application.

Microservices rectifies these challenges of monolithic systems as modular as possible.  


Answered by Arslankincsem
0

Explanation:

Microservice based applications help a company to run better by distributing work all along multiple groups so that each group has the facility to work on a single application at a time. this does not put pressure on the other, as it is completely based on functionality that is properly distributed. also, it presents an API and includes high quality traffic management.

Similar questions