Strangler Fig pattern enables gradual migration from monolithic to microservices architecture.
- True
- False
Answer: True
Strangler Fig incrementally replaces monolith features with microservices behind API gateway. Reduces risk vs big-bang rewrite. Critical for legacy modernization questions.