CV0-004 · Question #144
A developer is building an application that has multiple microservices that need to communicate with each other. The developer currently manually updates the IP address of each service. Which of the…
The correct answer is A. Service discovery. Service discovery is a key component in microservices architectures, allowing services to dynamically discover and communicate with each other. By implementing service discovery, the developer can automate the process of updating service addresses, resolving the communication…
Question
A developer is building an application that has multiple microservices that need to communicate with each other. The developer currently manually updates the IP address of each service. Which of the following best resolves the communication issue and automates the process?
Options
- AService discovery
- BFan-out
- CManaged container services
- DDNS
How the community answered
(36 responses)- A83% (30)
- B11% (4)
- C3% (1)
- D3% (1)
Explanation
Service discovery is a key component in microservices architectures, allowing services to dynamically discover and communicate with each other. By implementing service discovery, the developer can automate the process of updating service addresses, resolving the communication issue without manual updates to IP addresses, thus ensuring seamless interaction between the
Topics
Community Discussion
No community discussion yet for this question.