+1 vote
in Service Discovery by
What are the advantages and disadvantages of Microservices?

1 Answer

0 votes
by
Advantages:

Improved Scalability

Fault Isolation

Localized Complexity

Increased Agility

Simplified Debugging & Maintenance

Better correspondence of developers with business users.

Smaller development teams

Better scope for technology upgradation.

Disadvantages:

Complicated as a whole.

Requires accurate pre-planning

Modular dependencies are hard to calculate.

Less control over third party applications

Modular Interdependencies are challenging to track.

More opportunities for malicious intrusions.

Complete end-to-end testing is difficult.

Deployment Challenges.

Related questions

+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...