Strangler-fig pattern migrasi kanthi bertahap: sampeyan ngumpal monolith karo routing layer, ngetok kemampuan siji-siji menyang service, lan ngarahake traffic — nganti monolith "singset". Ora ana rewrite big-bang.
Carane kerja
Step 1: route all traffic through a facade/proxy to the monolith
Step 2: extract ONE capability → new service
Step 3: route just that path to the new service
Step 4: repeat; delete that code from the monolith
Client ─▶ [ Proxy ] ─┬─▶ /orders ─▶ NEW Orders service
└─▶ everything else ─▶ Monolith
