27.5 API Gateway
The API gateway brings together the individual microservices of the application. This has the advantage that the clients of the application don’t communicate with multiple endpoints, but only with one central gateway, which can handle the internal distribution of requests and, in this role, is able to distribute the loads. In addition, the API gateway plays a security-critical role by hiding the internal structure of the microservice application from the outside world.
It also handles central tasks such as authentication and, if necessary, scheduling of encrypted communication. Depending on the requirements, communication within the microservice application can also take place unencrypted on a secured network. In the following ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access