Questions tagged [google-cloud-load-balancer]

241 questions
1
vote
2 answers

Google Cloud Load Balancer Cloud Run Developer Access

I have a Google CloudRun Service, that is can be accessed either by the CloudRun URL or by a custom domain via a Load Balancer in the Google Cloud. Now I am trying to setup some kind of access control, so that the Service which run the Development…
1
vote
1 answer

Unable to update the service label for the load balancer forwarding rule

I have created a load balancer forwarding rule without a service label. Now I am trying to add a service label to the load balancer forwarding rule by running the following commands, but none of them seem to work. Option 1: gcloud compute…
1
vote
0 answers

routing traffic from an external load balancer to an internal load balancer on gcp

Lets assume we are laboring under the following requirements: We would like to run our code on gcp and wish to do so on kubernetes as opposed to on any of the managed solutions (app engine, cloud run...). Our services need to be exposed to the…
1
vote
1 answer

Reverse proxy to an external api from Google Cloud Load balancer

I have set up Cloud Storage, Cloud DNS, and Load Balancing and I am able to access my site from the cloud DNS domain/subdomain I have set up through the load balancer. In my dev website, I am able to reverse proxy /api to another server, I want to…
Neo
  • 4,550
  • 6
  • 34
  • 51
1
vote
0 answers

Host static index.html via cloud storage + load balancer (external, classi) + armor edge policy WITHOUT public bucket?

my goals: storage bucket with static index.html (that is not public to "allUsers") global external load balancer (classic) with backend bucket + cloud armor edge policy allowing only certain ip ranges url mapping etc.... question: is it possible…
1
vote
1 answer

Does Cloud Load Balancer support QUIC when connecting to an upstream server?

Introducing QUIC support for HTTPS load balancing explains how QUIC is supported for a client <-> load balancer connection. My upstream server uses aioquic and accepts only HTTP/3 connections attempted proactively, without support for upgrading from…
1
vote
1 answer

Load balancer giving failed_to_pick_backend with internet network endpoint group

I have a load balancer setup pointing to an external url via internet network endpoint group (internet NEG) Now the load balancer returns 502 status code & I see failed_to_pick_backend in the logs. Also the monitoring tab of the load balancer shows…
Ville
  • 464
  • 4
  • 14
1
vote
1 answer

How to integrate GCP CDN with GKE NGINX ingress

We are using NGINX ingress in our GKE setup, which means that GCP is using TCP load balancer to route the traffic to Kubernetes NGINX ingress. We serve static content from kubernetes and would like to benefit from GCP CDN for this purpose. However,…
1
vote
1 answer

How I block the traffic of my VM's beside the Load Balancers in GCP

I'm having problems with traffic from China and Americas hitting my VM's in GCP, I already setup GCP Cloud Armor to block any traffic from outside Chile. But this is only the traffic than enter vía the site url, but if you type the ip u can enter…
1
vote
1 answer

Specify URL instead of IP:port in network endpoints for applications behind reverse proxy

We are using GCP external HTTPS load balancer, architecture is shown in the diagram below. The primary use of LB is redirecting users to static error site (hosted on Cloud Storage bucket) in case CE instance is down, Traefik crashes on CE, Docker…
Sam Carlson
  • 1,891
  • 1
  • 17
  • 44
1
vote
0 answers

GCP load balancer static error per-application on CE instance

We would like to use an external HTTPS load balancer for serving static error page in case application running on compute engine is down. We have multiple applications running on compute engine in form of Docker services, routing on CE is performed…
Sam Carlson
  • 1,891
  • 1
  • 17
  • 44
1
vote
1 answer

how to create a load balancer for app engine and cloud run

I currently have two services that do the same thing but in a different way, one is in the app engine and the other in cloud run and I need to create a load balancer in which the load can be shared by a single endpoint. example 100 requests arrive…
1
vote
1 answer

Are these IP from Google's Cloud Load Balancer and if it is normal?

tail -n 10000 access_log | awk '{print $1}'| sor t| uniq -c| sort -nr| head -n 10 From Google The IP address of the Google Front End (GFE) that connected to the backend. These IP addresses are in the 130.211.0.0/22 and 35.191.0.0/16 ranges. This…
1
vote
0 answers

How to redirect a wildcard subdomain in GCP to a static site in a folder in a Google bucket while still displaying the subdomain in the URL?

We want to map subdomains to static sites hosted in folders within a GCP bucket. From a non-technical perspective, this is identical to what Shopify and other website builders do with their sites for trial customers. For example: 1. Navigate to…
1
vote
1 answer

Loadbalancing GCP ALERT_HANDSHAKE_FAILURE

Hi im trying to config a HTTPS loadbalancer in GCP but when i made it show me that: Error: write EPROTO 140392502987240:error:10000410:SSL…
Daniel ORTIZ
  • 2,488
  • 3
  • 21
  • 41