Introduction

In this lesson, we'll walk through what this chapter holds for us.

We'll cover the following...

Motivation #

Microservices provide much better decoupling. Therefore, they help to modularize and isolate software modules (see Advantages). However, microservices are modules of a larger system. Therefore, they must be integrated. This poses a challenge for the architecture:

  • On the one hand, the
...