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?
-
A
Client-Side Discovery
-
B
Server-Side Discovery
-
C
Self-Registration
-
D
Third-Party Registration