Service discovery is the process of automatically finding devices and services on a computer network. Service discovery uses a service’s identity instead of traditional access information (IP address and port). This allows you to dynamically map services and track any changes within a service catalog.
There are two main service‑discovery patterns: client-side discovery and server-side discovery.
Benefits of service discovery include:
- Dynamic IP address and port discovery.
- Simplified horizontal service scaling.
- Abstracts discovery logic away from applications.
- Reliable service communication ensured by health checks.
- Load balances requests across healthy service instances.
- Faster deployment times achieved by high-speed discovery.
- Automated service registration and de-registration.
It aims to reduce the manual configuration effort required from users and administrators. A service discovery protocol (SDP) is a network protocol that helps accomplish service discovery.
In this roundup we pick useful service discovery tools. Only free and open source software is eligible for inclusion.
Here’s our verdict captured in a legendary LinuxLinks-style ratings chart.
Click the links below to learn more about each tool.
Service Discovery | |
---|---|
etcd | Distributed reliable key-value store |
Consul | Offers service discovery, service mesh, traffic management, and more |
Eureka | RESTful (Representational State Transfer) service |
ZooKeeper | Centralized service for maintaining configuration information |
dnsdock | DNS server for automatic docker container discovery |
![]() Spotted a useful open source Linux program not covered on our site? Please let us know by completing this form. The software collection forms part of our series of informative articles for Linux enthusiasts. There are hundreds of in-depth reviews, open source alternatives to proprietary software from large corporations like Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. There are also fun things to try, hardware, free programming books and tutorials, and much more. |