Skip to content

Commit

Permalink
Improve micro-services #38
Browse files Browse the repository at this point in the history
Co-authored-by: undergroundwires <git@undergroundwires.dev>
  • Loading branch information
panchalmanish2208 and undergroundwires committed Mar 8, 2022
1 parent 76afb33 commit 1ee2c85
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions AZ-900 Microsoft Azure Fundamentals/3.1.2. Containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@
- Easier for new team members to get started
- Each micro-service is completely autonomous with no cross-dependencies.
- Provides fault isolation: If one goes down, it does not take out all application
- Communicate with each other using APIs
- Internal functionality is encapsulated
- You'd want to reduce interdependencies and introduce orchestration / management layer in the higher level consuming application to coordinate calls & combines results
- Communicates with each other using APIs.
- APIs encapsulate internal functionality.
- Internal implementation details of each services are encapsulated behind their interface.
- 💡Good practices:
- Reduce interdependencies
- Introduce orchestration / management layer in the higher level consuming application to coordinate calls and combine results.
- 💡 Good for:
- High release velocity
- Highly scalable applications
Expand Down

0 comments on commit 1ee2c85

Please sign in to comment.