Please enable JavaScript.
Coggle requires JavaScript to display documents.
Build Microservices On Azure. 7: Api Gateway (gateway technologies (nginx…
Build Microservices On Azure. 7: Api Gateway
ssl termination
authentication
response caching
Routing
without gateway
tight coupled client and service
higher client complexity
multiple client calls
limited to client-friendly protocols HTTP, Websocket
potential attack surface
rate limiting
patterns
gateway routing
gateway aggregation
gateway offloading
gateway technologies
nginx and HAProxy
service mesh ingress controller
azure application gateway
azure api management
more than one gateway with various features
Deployment on Kubernetes
as Replicaset or Daemonset
ingress controller