What primary function does an API Gateway perform in a microservices architecture?
- Authentication and routing
- Data storage in microservices
- Service aggregation and composition
- User interface design
An API Gateway in a microservices architecture often handles authentication, routing, and acts as a single entry point for client requests.
Loading...
Related Quiz
- n Kubernetes, multiple containers in a single Pod share the same _______.
- In SOA, _______ is a common approach for integrating heterogeneous systems.
- A team is testing a web service integrated with several third-party APIs. What strategy should they prioritize for effective integration?
- In a scenario where API endpoints change frequently, how can Postman assist in maintaining test accuracy?
- GraphQL queries can reduce over-fetching issues, common in _______ based APIs.