Service Discovery

Let’s assume there are two microservices applications on a single Kubernetes cluster – enterprise and voyager. The Pods for the enterprise app sit behind a Kubernetes Service, called ent, and the Pods for the voyager app sit behind another Kubernetes Service, called voy.

Both are registered with DNS as follows:

  • ent: 192.168.201.240
  • voy: 192.168.200.217

Get hands-on with 1200+ tech skills courses.