nerdexam
CompTIA

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…

Cloud architecture

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)
  • A
    83% (30)
  • B
    11% (4)
  • C
    3% (1)
  • D
    3% (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

#Microservices communication#Service discovery#Automation

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice