Thursday, February 28, 2019

Communication Between Microservices

Moving from a single-server approach to containers is not always easy. But it is possible to set up almost every system to run in containers. A standard web hosting setup, for example, can have PHP and Nginx running in one container and MySQL running in another.

Building a system from scratch that takes full advantage of containers is another story altogether. After using a monolithic approach for so long, making the shift both mentally and physically towards building a microservices architecture isn’t always as straightforward as it seems. There are a lot of adjustments to be made, including adaptations to the development approach itself.



from DZone.com Feed https://ift.tt/2IJo8qf

No comments:

Post a Comment