Member-only story

Spring Boot Microservices — Developing Service Discovery

In this article, we will learn an important patten in Microservices Architecture — Service Discovery. We will create a sample implementation based on Spring Boot, Spring Cloud, Netflix Eureka Server, and Netflix Zuul. This is the third part of our Spring Boot Microservices series.

agentred
9 min readSep 5, 2020
Photo by David Torres on Unsplash

Many technologies are available to implement service discovery pattern in the Microservices world. This includes Netflix Eureka, Kubernetes, Istio, Consul and many other frameworks. With this article, I am trying to develop the understanding of this pattern with the basic implementation of it. The article is divided in following sections —

The need for Service Discovery

Microservices are dynamic in nature. This means multiple instances of a single Microservice will be co-existing. Most probably your instances will either have a different IP address or a different port or both. And the number of…

--

--

agentred
agentred

Written by agentred

Curiosity Crafted, Knowledge Unveiled !

Responses (3)