Domanda di colloquio di Data Sutram

how would you load balance a nodejs application using nginx ?

Risposta di colloquio

Anonimo

23 ott 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.