An architectural migration pattern that incrementally replaces legacy monolithic system features with new microservices until the monolith is phased out is:
ABig Bang Migration Pattern
BAdapter Pattern
CStrangler Fig Pattern
DProxy Pattern
Explanation
The Strangler Fig pattern gradually replaces legacy monolithic components with microservices until the old system can be retired.

No Comments