Question
Can I use the DO load balancer solution to route based on region?
Right now, I’m using nginx to route calls to my API servers based on the region. So, if I have someone calling the API from the EU, it routes the request to the EU servers and if someone calls from the US, it routes to our US servers.
Is there a way to do this with the DO LB solution? I’d sure like to get away from managing our nginx server, if possible.
-Mark
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×