Overview
Decompose a monolith into microservices with service discovery, circuit breakers, and independent scaling.
Microservices split your application into small, independently deployable services.
You will build 7 architecture steps that model production dependencies.
You will run 1 failure experiment to observe bottlenecks and recovery behavior.
Success target: Services independently scaled, circuit breaker prevents cascading failures, service registry enables discovery.