Back to Glossary
Networking

What is API Gateway?

A server that acts as entry point for APIs, handling routing, auth, and rate limiting.

An API Gateway is a server that sits in front of your microservices and handles cross-cutting concerns like authentication, rate limiting, SSL termination, request routing, and logging. It gives clients a single endpoint instead of needing to know every service's address. Common options include AWS API Gateway, Kong, nginx, and Traefik. In Kubernetes, the Gateway API is the next-generation standard replacing Ingress.

Related Terms

Test your knowledge of API Gateway and 130 other DevOps concepts