I am working on a spring boot application.
I want to know how I can place load balancer in front of an application so that to distribute load across some number of servers.
I googled and found that there are some Netflix API like Eureka, Hystrix, Ribbon and Archaius that will help accomplish laod balancing job.
But could not found how these terminologies helps to distribute request and balance load at the same time provide high reliability and availability across all users accessing particular service.
I am going though all these but can not find out entry point to startup. Actually I am not getting from where to start.