I am using eureka server as a service registry to my micro service architecture. I want to configure eureka server to be in cluster mode to make use of high availability and fault tolerance. I would like to know does eureka server will run in cluster mode in non cloud environment data centers
Asked
Active
Viewed 135 times
0
-
eureka server will run in cluster mode on any two machines, as long as they can find each other through the network. – Indraneel Bende May 28 '18 at 23:38
-
Thanks for you response @IndraneelBende – s n murthy d May 29 '18 at 22:04
-
You can even run it in cluster mode on one machine(host) by changing the etc/hosts file – Indraneel Bende May 30 '18 at 00:59
-
Sure.. i will try that. Thank you @IndraneelBende – s n murthy d May 30 '18 at 19:30