Individual regions in the paid version
ehordev
TRIALOP

a year ago

My main application X will consist of N1 instances. This main application will access my service Y, which should also consist of N2 instances. Can I place each instance of service Y in separate regions and have the instances of application X balance the load evenly between the instances of service Y?

1 Replies

a year ago

Hello,

You would need to duplicate service Y out into multiple regions, replicas on a single service can not be deployed into multiple regions.

Service X will then need to be given the endpoints for service Y and service X will need to load balance traffic to those endpoints.


Loading...