ArchitectureSystem Design, Deployment
KW-0012Microservices
Concept
Meaning
architecture where application is divided into small, independent services that communicate via APIs
Example
“Order service calls payment service via API instead of handling everything in one codebase”
Reference
Improves scalability and flexibility; adds complexity in communication and debugging
Related
monolithapi gatewaydistributed system