What role does an API Gateway play in service discovery in a microservices architecture?
- It acts as a mediator, directing requests to the appropriate microservices
- It has no role in service discovery in microservices
- It hosts the microservices and manages their communication
- It only provides documentation for microservices
An API Gateway in a microservices architecture plays a role in service discovery by acting as a mediator, directing requests to the relevant microservices based on the request's destination.
Loading...
Related Quiz
- The process of creating a secure digital signature in web services involves the use of _________.
- For an enterprise application requiring federated identity management, which protocol is most appropriate?
- In SOAP, what is the significance of the MustUnderstand attribute?
- REST APIs commonly use which method to retrieve data without affecting the resource?
- In a scenario where an external API is unavailable for testing, what is the most effective alternative?