Mid Microservices

Server-Side Discovery:?

  • The load balancer or API gateway queries the service registry to route

requests to available instances of a service.

  • Tools: Kubernetes DNS-based discovery, AWS ELB (Elastic Load

Balancer).

Example: In Kubernetes, services are registered automatically in Kubernetes DNS, and

services can discover each other by querying the service names.

More from Microservices with .NET

All questions for this course