Pergunta de entrevista da empresa iCIMS

how to approach transforming a monolithic to microservices?

Resposta da entrevista

Sigiloso

11 de dez. de 2017

- Align the team knowledge and management method: Microservices architectures require a high coordination of knowledge and skills and need organizations that allow this coordination. - Divide and conquer: Either split the presentation layer from the business logic and data access layers or extract a module from existing monolithic app. A strangler application is a good approach to start with. - Test, and try again: One of the benefits of microservices is it's easier for incremental improvement, building a CI/CD solution along with it will save you time for testing and perfect it.

1