How it works
Registration
Instances register themselves or are observed by the platform, publishing addresses and metadata to a registry.
Client or server lookup
Clients can query the registry directly, or a load balancer and DNS layer can resolve the service on their behalf.
Health and expiry
Registrations need heartbeats, health checks, or short DNS lifetimes so dead instances stop receiving new traffic.
Control-plane tradeoff
A registry improves dynamism but becomes critical infrastructure that must be replicated, secured, and tolerant of stale data.