Service Discovery¶ 📕 Articles¶ Pattern: Client-side service discovery Pattern: Server-side service discovery Pattern: 3rd Party Registration Pattern: Service registry Let’s implement basic service discovery using Go 📦 Libraries¶ hashicorp/consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. Kit.ServiceDiscovery - Service discovery kit for .NET microservices Drawaes/CondenserDotNet - API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib alibaba/nacos - an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. linkerd/linkerd2 - Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x. 🚀 Samples¶ Abdulsametileri/simple-service-discovery - Basic service discovery implementation