routing traffic to specific pods from source IP

Posted on

In our model, our web application makes a decision about which content to serve based on which region the user comes in from. We have our openshift master in one region and nodes spread throughout the globe. How can we guarantee that based on a source IP range which will be unique to a region that they hit the pod on the node in that region?

Responses