Glossary

API Gateway

An API Gateway is the single entry point for all clients in a microservices architecture. The client talks to the gateway, which routes requests to the appropriate services, aggregates responses, and handles cross-cutting concerns.

What the gateway does

Popular solutions

Kong, AWS API Gateway, Nginx, Traefik, Envoy. Often combined with a service mesh for internal traffic.