🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Intermediate

What is API Gateway?

A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.

API gateways sit between clients and backend services, providing a unified interface. They handle cross-cutting concerns like authentication, SSL termination, request/response transformation, rate limiting, caching, and logging.

Popular solutions include Kong, AWS API Gateway, Apigee, and Traefik. In microservices architectures, the gateway simplifies client communication by providing a single endpoint instead of requiring clients to know about individual services.

Related Terms

Postmortem
A structured analysis conducted after an incident to understand what happened, why, and how to prevent recurrence — without assigning blame.
Kubernetes Secret
A Kubernetes object for storing sensitive data like passwords, tokens, and certificates, with base64 encoding and optional encryption at rest.
GitHub Actions
A CI/CD platform integrated into GitHub that automates build, test, and deployment workflows using YAML configuration.
Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
Immutable Deployment
A deployment strategy where new versions replace existing instances entirely rather than updating them in place.
Log Aggregation
The process of collecting, centralizing, and indexing log data from multiple sources for unified search and analysis.
View All DevOps Terms →