Client Side Load Balancing using Feign Client Session 05 by vivek
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=_vXQ7Vib2Ss
NOTES PDF :: • #microservicesarchitecture • #javabysvk • #itsp • #springbootbysvk • #microservices • #javabyvivek • Load Balancing • = Distribute requests to multiple servers • =Run hellowebapi in multiple instances. • How to Run applicatino in multiple instace in loacl • steps • 1- remove the port for yml file • 2- select the project • Run configuration - select Argument -- Pass part inside • -VM Arguments -- -Dserver.port =1000 • What is Auto Scaling ? • = It is used to scale up or scale down servers to run our application • based on incoming traffic. • 1) Fault Tolerance • 2) High Availability • 3) Cost Managemen
#############################