Kong Gateway traffic control and routing
As an API gateway, one of Kong Gateway's main roles is to listen for, route, and proxy traffic.Listeners
From a high-level perspective, Kong Gateway listens for L4 and L7 traffic.
Routing traffic
Learn how Kong Gateway searches for matching Routes.
Proxying
Once a request is matched to a Route, Kong Gateway then proxies the request.