...

/

Understanding Service Discovery

Understanding Service Discovery

Get introduced to Service Discovery.

We'll cover the following...

Setting the scene

Finding things on busy platforms like Kubernetes is hard, service discovery makes it easy.

Most Kubernetes clusters run hundreds or thousands of microservices apps. Each one sits behind its own Service for a reliable name and IP. When one app talks to another, it ...