Sunday, September 2, 2018

Monolithic to Microservices

What Are Monolithic Applications?

This kind of application is not responsible for a single task, but they need several tasks to complete a particular responsibility. In monolithic applications, all the services are bundled into one package and run as one process. The user interface, data access layer, and data store layers are tightly coupled in monolithic applications. Usually, large teams work with monolithic applications, and they are not suitable for container-based deployments.

Pros:



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

No comments:

Post a Comment