What is the role of Zookeeper vs Eureka for microservices?

I am going to implement the orchestration of a set of microservices in my application. This is a hard problem to solve by yourself. You are probably better off using an existing orchestration system (see below). Is there any other powerful tool? You should look into kubernetes, which seems to be the standard in orchestration … Read more