Questions tagged [google-cloud-http-load-balancer]

26 questions
0
votes
1 answer

How to disable geo loadbalancing in Google Cloud Load Balancer (non-Classic) HTTPS?

We are using GCP load balancer non-Classic HTTPS. We have two instance groups, one in Central and one in East. Right now it is sending all incoming traffic to only the nearest instance group. We actually want to turn off geo loadbalancing and…
A X
  • 469
  • 4
  • 10
  • 31
0
votes
1 answer

Redirect to url from load balancer without CORS error

I was wondering if any of you know how to achieve that a GCP load balancer redirect to an url with "CORS enabled". What do I mean by that?, well I have the following scenario: One load balancer that has to redirect to other load balancers depending…
0
votes
1 answer

Maximum QPS with Google Load Balancer

In GCP's documentation, Google claims to support up to 1million queries per second. My team, however, as part of a project, decided to put both the Regional HTTPS LB and Global HTTPS LB to test. Here are some of the results we got using 7 clients…
0
votes
0 answers

How to connect k8s deployment calls private VPC cloud function on Google cloud platform?

I'm trying to deploy my frontend container image on Kubernetes, and this frontend depends on the GCP cloud function. I want to make the flow more secure by using a virtual private cloud (VPC) feature on GCP. What I have done: I created a custom…
0
votes
2 answers

GCP External HTTPs Load Balancer - 404 - 503 - SSL Exception (Remote host terminated connection, read handshake, socket closed & upstream connect)

We're load testing a MIG (with 2 instances) hosted behind the HTTPs load balancer using JMeter. Observation 1: We randomly receive 404 error and 503 error, for 404 we see an entry get created within load balancer monitoring NO_BACKEND_SELECTED…
0
votes
1 answer

GKE load balancer "UNHEALTHY state" after multiple suggestions

I have been trying to set up a simple Kubernetes cluster with one container, a node port, and an ingres load balancer. However, no matter what I do, the ingres load balancer always shows, "Some backend services are in UNHEALTHY state." I have…
0
votes
0 answers

Google HTTP Load Balancer and Google Cloud Storage: Apparently random 403 in PUT requests

I have Google Cloud Storage configured with a CNAME according to the documentation, so basically I have my Google Load Balancer handling the requests. In almost 2 years with this configuration I didn't have a problem (traffic is higher now, so the…
0
votes
2 answers

Wordpress Slowness Behind GCP HTTP Load Balancer

I am hosting a Wordpress instance on GCP Compute Engine (using the Marketplace image). It works great when I directly access the instance IP, and the latency is around 20 ms. However, in order to make the site secure, I am using a GCP HTTP load…
0
votes
1 answer

Share gcp external load balancer across multiple projects

Just started configuring an external load balancer for one of our projects, was wondering if I have to create a new load balancer for each project or could I target other projects from the project where the load balancer is created? We have standard…
0
votes
1 answer

Create load balancer on GCP (GAE). SSL cert domains stuck in FAILED state

I'm new to this topic. We're using GCP (App Engine, standard) to host one nodejs application. However, for different reasons we decided to create two services - stage and default (think as the same app running in parallel). Default one is connected…
-3
votes
1 answer

Using a Zonal Network Endpoint Group (NEG) with HTTPS Load Balancer

When creating a Network Endpoint Group I need to specify network endpoint(s). For these, I can select my VM instance and specify the Primary (Internal) IP address. I can then select this NEG as the backend of a Global HTTPS Load Balancer. How is it…
1
2