API Gateway: An API gateway is a centralized component that acts as a reverse proxy, routing requests to the appropriate microservice based on the URL path, HTTP method, or other request parameters. It can also provide additional functionality, such as rate limiting, authentication, and caching. Common examples of API gateways include NGINX, Kong, and AWS API Gateway.