Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 518 Bytes

File metadata and controls

27 lines (21 loc) · 518 Bytes

How do Microservices differ from Monolithic Architecture ?

  • Architecture
  • Scalability
  • Technology Stack
  • Deployment
  • Use Case

Key Feature of Microservices

  • Independednt Deployment
  • Fault Isolation
  • Scalability

Main component of Microsrvices

  • Service Independence
  • Domain Driven Design
  • API Commpunication
  • Technology Diversity

Service Registery and Discovery: Cenralized system to discover each other

  • API Gateway
  • Load Balancer
  • Data management
  • Monitoring and logging
  • CI/CD pipeline