❔ How would i go about making a Load balancer
So im currently learning on how to properly deploy a REST API and i have the following question
- a domain can only link 1 IP address, so how would i go on about deploying 10 copies of my build to 10 different servers under 1 domain
- how would i link all of them to run on api.example.com
- how does the servers decide what server takes on the request