We hit a limit where we have around 20 cloud run services which needs 20 backend services to be created while configuring google load balancer.
Is more than 5 backend services per project unusual? Our's is microservices architecture and we expect more services down the line too.
We requested for quota increase but unfortunately google team rejected saying to make use of existing limit. This makes google cloud load balancer unusable in our case.
Can someone share alternatives for this limit?
Update:
Load balancer type: External Backend Service: Service which needs to be connected to a host url(+path-matcher)
Deployment: gcloud cli
gcloud beta compute backend-services create $backend_service_name \
--global \
--enable-cdn \
--cache-mode USE_ORIGIN_HEADERS \
--protocol HTTPS \
--description "$description"
ERROR: (gcloud.beta.compute.backend-services.create) Could not fetch resource:
- Quota 'BACKEND_SERVICES' exceeded. Limit: 5.0 globally.