Let’s share what is the best answer to this interview question.
What does it take to achieve Server side load balancing with the use of Spring Cloud?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
Server side load balancing may be achieved using Netflix Zuul. Zuul in this case is a JVM based router and server side load balancing by Netflix. It gives single entry to the system that allows the browser, mobile application or other user interfaces to consume the services from different hosts without having to manage cross origin resource sharing or (CORS) and the authentication for one. It is possible to integrate Zuul with some of the other Netflix projects such as Hystric for the purposes of fault tolerance and Eureka for self-discovery or utilize it in order to manage routing the rules, filters and the load balancing across the system.