We should have only 1 load balancer for all API services, instead of 1 per service.
For each service, since we need direct monitoring of each individual service, we should configure the rules of the general load balancer to do routing on a path basis (which we already do) and also on a hostname basis (which we need to add).
We should have only 1 load balancer for all API services, instead of 1 per service.
For each service, since we need direct monitoring of each individual service, we should configure the rules of the general load balancer to do routing on a path basis (which we already do) and also on a hostname basis (which we need to add).
This is related to: https://github.com/ooni/devops/issues/62