❔ 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
  1. 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
  2. how would i link all of them to run on api.example.com
  3. how does the servers decide what server takes on the request
Was this page helpful?