August 2020
Intermediate to advanced
616 pages
18h 7m
English
This chapter covers
In chapter 3, we introduced the API Gateway architectural pattern and discussed its applicability in a microservices deployment. Zuul is an open source API gateway developed by Netflix to proxy all its microservices. Zuul provides dynamic routing, monitoring, resiliency, security, and more. It acts as the front door to Netflix’s server infrastructure, handling traffic from Netflix users around the globe.
We also discussed in chapter 3 how to enforce security based on OAuth 2.0 for your microservices, using ...
Read now
Unlock full access