The Service Registry
Learn about the service registry and the cluster DNS.
We'll cover the following...
A service registry maintains a list of Service names and their associated IP addresses. Apps use it to convert Service names into IP addresses.
Cluster DNS
Every Kubernetes cluster has a built-in cluster DNS that it uses as its service registry. It’s a Kubernetes-native application running on the control plane of every Kubernetes cluster as two ...