0

code here axios for load balancing

I am trying out the concepts of load balancing and I am not sure which method is suitable and works well when I dockerize the Node application

I haven't tried any implementation and i'm having doubt which one to use and I am short on time

1 Answers1

0

NGINX is the load balancer. It will be the front facing gateway to your apps. NGINX can do SSL offload as well as load balancing. It runs as a container. It's free. Relatively easy to setup.

Ronnie Royston
  • 16,778
  • 6
  • 77
  • 91