2

Service Registry is used for discovering services in micro-service architecture.

As service registry is itself a service then how does it gets discovered by other services ?

Shubham
  • 211
  • 2
  • 13
  • 2
    Typically the details of how to contact the service registry (or how to discover the service registry) are statically provided to those who want to interact with the service registry. For example, `/etc/resolv.conf` can (on Unixy systems) be used to inform processes how to use DNS to resolve hosts/services. – Levi Ramsey Sep 02 '22 at 19:55
  • A pretty good article about this topic: https://iximiuz.com/en/posts/service-discovery-in-kubernetes/ – Peter Csala Sep 06 '22 at 13:17

0 Answers0