Practice Test Geeks home

Microservices Service Discovery and Registry Questions and Answers

A team is deploying microservices in a container orchestration environment like Kubernetes.
When a client service needs to communicate with a provider service, it sends a request to a stable virtual IP address managed by the platform.

The platform then routes this request to a healthy instance of the provider service.

Which service discovery pattern does this scenario describe?

Select your answer