Service Discovery
Learn how we can find the running services using service discovery.
We'll cover the following...
What is service discovery?
Given that we have a few applications running in our cluster, each backed by a Kubernetes service providing a stable endpoint that we can use to reach them, we ...