Giao diện
🎭 MICROSERVICES ARCHITECTURE
Service Mesh & Orchestration
📚 Nội dung đã được chuyển
Nội dung về Microservices đã được mở rộng và chuyển sang Phase 3: The Architect's Patterns với coverage toàn diện hơn.
🔗 Xem nội dung đầy đủ
Module 3.1: Monolith vs Microservices
Bao gồm:
- Trade-offs giữa Monolith và Microservices
- Modular Monolith architecture
- Database per Service principle
- Distributed Monolith anti-pattern
- Decision framework cho architecture selection
Module 3.2: Distributed Transactions
Bao gồm:
- Saga Pattern (Choreography & Orchestration)
- Two-Phase Commit (2PC)
- Idempotency và Compensation Transactions
Module 3.3: Advanced Patterns
Bao gồm:
- Service Mesh (Istio, Linkerd)
- Sidecar Pattern
- CQRS và Event Sourcing
📋 Quick Reference
| Topic | Link |
|---|---|
| Monolith vs Microservices | Module 3.1 |
| Distributed Transactions | Module 3.2 |
| Service Mesh & CQRS | Module 3.3 |
| Serverless Architecture | Module 3.4 |