Service Registration
Learn about service registration in Kubernetes.
We'll cover the following...
The most important thing to know about service registration on Kubernetes is that it’s automatic! At a high level, we develop applications and put them behind Services for reliable names and IPs. Kubernetes automatically registers these Service names and IPs with the service registry. From now on, we’ll call the service registry the cluster DNS.
Service registration process
There are three steps in service registration: ...