In this module, you will investigate an application that has already been scanned on CAST Imaging, learning how CAST Imaging supports the incremental transformation flow based on the Strangler Fig Pattern:
The best approach for decoupling a monolith is to proceed incrementally: one microservice should be designed, developed, tested, and deployed in production before proceeding to the next, which helps to continuously learn from each cycle.
During the transformation, both the new application and the monolith co-exist in production. Over time, the amount of functionality that is implemented by the monolithic application shrinks, the gradual replacement being transparent to the end-user.
Technically speaking, decoupling functionalities from a monolith requires careful isolation of the data, logic, and user-facing components and their redirection to the new service. To prioritize the best candidates for a decoupling iteration, key criteria need to be evaluated:
CAST Imaging helps understand the natural boundaries that provide the right level of isolation for each micro service, and iterate until the best cost/benefit ratio is reached: