What is Strangler Pattern
Strangler pattern allows you to migrating existing monolith application into new microservices architecture.
It allows to slowly build new microservices from existing monolith application.
It solves risk and downtime approach.