What is the Strangler Fig Pattern?
Updated Apr 28, 2026
Short answer
An architectural pattern for incrementally migrating a legacy system (monolith) to a new architecture (microservices).
Deep explanation
Instead of a risky 'big bang' rewrite, you place an intermediary routing layer (Facade/Gateway) in front of the legacy system. You gradually build new microservices to replace legacy functionality. The router redirects requests to the new service while keeping unmigrated requests pointed to the monolith.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro