June 10, 2015 / by Simplicity Itself Team / In Getting , Started , With , Microservices
Service Discovery Overview
When building microservices, you have to naturally distribute your application around a network. It is almost always the case that you are building in a cloud environment, and often using immutable infrastructure. Ironically, this means that your virtual machines or containers are created and destroyed much more often than normal, as this immutable nature means that you don’t maintain them.
Read more