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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Design Patterns interview questions

View all →