Data Sutram interview question

how would you load balance a nodejs application using nginx ?

Interview Answer

Anonymous

23 Oct 2023

To load balance node js using nginx we can use a server group definition which would route all incoming request against a domain name to different deployment nodes. we can deploy these deployment node inside vms and route using the internal combination of internal ip of the vm and the port on which the application is being hosted.