Questions tagged [gcp-load-balancer]

Use this tag when dealing with Load balancers provided by Google Cloud Platform

The Google Cloud Load Balancer (GCLB) is a software-defined globally distributed load balancing service. This tag can be used generally for all the GCP Load balancer related questions.

159 questions
15
votes
1 answer

Google is blocking traffic because it detects automated queries

When I try to access my website deployed on Google Cloud I receive the following error page: We're sorry... ... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now. Here are…
11
votes
1 answer

terraform returns 'invalid_grant' for GCP when attempting to create load balancer and I cannot view or edit SA permissions as owner

I have a brand new GCP account that I'm the only owner of, this is a personal/clean brand new project. I manage the infrastructure exclusively with terraform and trying to create a HTTPS load balancer to route requests to a fixed ip, which I then…
8
votes
1 answer

Does google cloud run need load balancing?

I am currently working on a deploying a front-end that will scale dynamically based on the usage on google cloud platform. I was advised by a friend to use google cloud run. I have my angular front end building to a docker image with a simple…
7
votes
2 answers

HTTPS Load Balancer backend URL mapping fails to load the rendering page

My applications uses HTTPS to run all services using docker-compose. The application runs without any issues and we are trying to setup a HTTPS Load Balancer for all the services. We created a Load Balancer using this Documentation. We added three…
klee
  • 1,554
  • 2
  • 19
  • 31
3
votes
1 answer

GCP Load Balancing (non classic) - URL rewrite

I have a very simple use case and I can't seem to find a way to do it. My application has an app part (angular) and an api part (nodejs). From the UI, although I call the api as /api/*, the api server itself does not have the /api prefix. Because of…
3
votes
1 answer

GCP serverless network endpoint group don't show Cloud Run services

I have couple of services on Cloud Run, and I'm trying to create a load balancer to sit in front of them and route the traffic to them based on some path rules. But, when I create the backend service (and I choose Serverless network endpoint group…
3
votes
0 answers

What causes this and how to fix: Error code: SSL_ERROR_NO_CYPHER_OVERLAP

I'm migrating a bitnami wordpress site from AWS lightsail to GCP. The AWS's setup includes a purchased wildcard SSL. When I set up the loadbalancer in GCP, I opt for Google's SSL instead. I got this error Error code: SSL_ERROR_NO_CYPHER_OVERLAP when…
3
votes
1 answer

GCP internal http(s) load balancer timeout after 300s

Recently, I've a problem with the internal http(s) load balancer on GCP, about the timeout of backend service (an instance group). After 300 seconds, the API calling to LB will be failed with 408 HTTP response. I have an internal HTTPS load…
txuan
  • 31
  • 1
  • 5
3
votes
3 answers

How to load balance Google Cloud Run for multi-region architecture

I'm trying to create a multi-region Google Cloud Run setup and can't find any documentation. My goal is creating an Google HTTPS Load Balancer and map the targets as my 3 Google Cloud Run instances. https://lb.test.com/ > eu.test.com > Europe…
3
votes
1 answer

Ingress controllers for GKE Loadbalancer

GCP has its own managed Ingress controller for GKE Load balancers. I have also seen the documentation to deploy and leverage Nginx Ingress controller. https://cloud.google.com/community/tutorials/nginx-ingress-gke Built-in Ingress controller handles…
2
votes
0 answers

How to configure multiple load balancer's in a single load balancer

Currently, we have 75 load balancers used for multiple projects and it's giving more billing to us. Is it possible to configure all these load balancers in a single load balancer? Just like in AWS, we have configured 36 rules in a single load…
2
votes
0 answers

Is it possible to extend format of GCP HTTP(S) Load Balancing logging?

We have logging enabled on our HTTP(S) Load Balancing for backend services, as described here. It contains useful and structured data about http requests made: { "requestMethod": string, "requestUrl": string, "requestSize": string, "status":…
raina77ow
  • 103,633
  • 15
  • 192
  • 229
2
votes
0 answers

How to acess GCS private Bucket file using Load Balancer

I am trying to upload dist folder in GCS private bucket and trying to access javascript file using load balancer facing access denied error can any one help how to access a file in private bucket other than https://storage.cloud.google.com/ this url…
2
votes
0 answers

Authentication config for cloud run behind IAP

I want to run a Cloud Run service behind an external HTTPS LB and IAP. After setting everything up, I still get a 403 Forbidden when trying to access the Service via the URL pointing to the LB (after IAP login pops up and I sign in). I presume this…
2
votes
1 answer

AWS route53 to GCP load balancing

I have a DNS record created in AWS. For example let's say xyz.com. I have a service running in gcp exposed through a load balancer. Now I want to use aws dns to route traffic to GCP LB. SO I created an alias record in AWS as "demo.xyz.com" and…
1
2 3
10 11