|
Answer» Microservice architectures consist of the following components: - CLIENTS: Different users send requests from various devices.
- Identity Provider: Validate a user's or client's identity and issue security tokens.
- API Gateway: Handles the requests from clients.
- Static Content: Contains all of the system's content.
- Management: Services are balanced on NODES and failures are identified.
- Service Discovery: A GUIDE to discovering the routes of communication between microservices.
- Content Delivery Network: Includes distributed network of proxy servers and their data centers.
- Remote Service: Provides remote ACCESS to data or information that resides on NETWORKED computers and devices.
|