๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is Service Discovery?

A mechanism that automatically detects and tracks the network locations of service instances in distributed systems.

In dynamic environments where service instances are constantly created and destroyed, service discovery eliminates hardcoded addresses. Services register themselves when starting and deregister when stopping. Clients query the discovery system to find available instances. Tools include Consul (HashiCorp), etcd, ZooKeeper, and DNS-based discovery in Kubernetes. Client-side discovery (the client picks an instance) and server-side discovery (a load balancer routes requests) are the two main patterns. Service discovery is foundational for microservices architectures and container orchestration.

Related Terms

Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
Containerization
A lightweight virtualization method that packages applications with their dependencies into isolated, portable containers.
YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
Ansible
An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.
Observability
The ability to understand a system's internal state from its external outputs through metrics, logs, and traces.
Helm
A package manager for Kubernetes that simplifies deploying and managing applications using reusable, configurable charts.
View All DevOps Terms โ†’