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

23 questions
32
votes
8 answers

HTTPS load balancer in Google Container Engine

I'm trying to set up an HTTPS load balancer for GKE using HTTPS L7 load balancer but for some reason is not working. Even the HTTP load balancer in the HTTP Load Balancing walkthrough. The forwarding rule's IP address is created and I'm able to ping…
20
votes
3 answers

What are the differences between Network and HTTP(s) load balancer in GCP

GCP provides two load balancers namely Network and HTTP(s) where the former works on layer 4 and the later works on layer 7. There is also a documentation which states that even HTTP traffic can be load balanced by a network load balancer. This…
6
votes
1 answer

GCP HTTP Load Balancer returns 502 error if POST data is large

We have an API server and are using HTTP Load Balancer. We found that the L7 Load balancer returns 502 error if HTTP request's data is large. We have confirmed that it works when accessing the API without the Load Balancer (accessing the API Server…
1
vote
1 answer

Deploy Spring MVC application using GPC: Cloud SQL, Kubernetes (Service and Ingress) and HTTP(S) Load Balancer with Google Managed Certificate

Let me explain what the deployment consists of. First of all I created a Cloud SQL db by importing some data. To connect the db to the application I used cloud-sql-proxy and so far everything works. I created a kubernetes cluster in which there is a…
1
vote
1 answer

Few VM instances in a backend service are unhealthy while configuring HTTPS load balancer on GCP

As part of load balancer creation using Unmanaged instance groups, we created 4 unmanaged instance groups each of them containing a single VM. Out of the 4 VMs , 2 VMs are in the same zone europe-west1-c and are healthy and the other 2 VMs are in…
1
vote
2 answers

GCP: HTTP(S) Load Balancing backend service region select

What we have: 3 stateful backend servers located in different regions. Mqtt broker in each region (with IoT-devices connected). Users that related to specific region, to able to see they IoT data. Unique host name for each server. What we…
0
votes
2 answers

How to do gradual traffic migration between two Cloud Run services using Google Cloud HTTP(S) load balancer

I have setup an External HTTP(S) load balancer with the following: 2 Serverless NEGs, each pointing at a different Cloud Run service in their respective region 1 Backend Service, using the 2 NEGs as 2 Backends 1 Host and path rule that sends…
0
votes
1 answer

Google HTTP/S Load Balancing Health Criteria

If my health checks always return 200, but my backends return a bunch of 5xx's to GLB for actual load-balanced requests, will my backends be considered unhealthy to GLB? My experience seems to say "yes," but I can't find any documentation on this.
David Grant
  • 3,386
  • 4
  • 27
  • 33
0
votes
0 answers

How to maintain session between loadbalancer in google cloud platform

We are using two loadbalancer in GCP. 1.First loadbalancer contains backend as Angular instace which is our Front End(Screen). 2.In second loadbalancer contanins backend as Java REST API instance which is our Back End(Data). Operation: First…
0
votes
1 answer

GCP HTTP Load balancer to TCP Load balancer

I am trying to figure out is how can I connect a TCP Load balancer with a http/https load balancer in GCP. I have installed kong on a GKE cluster and it creates a TCP Load balancer. Now if I have multiple GKE clusters with Kong they all will have…
0
votes
1 answer

Cannot create Header based external HTTPS LBS routing rules on existing Kubernetes service in Google Cloud

I'm trying to change an existing external HTTPS LBS configuration to apply advanced custom-header based routing rules on GCloud, but get the following error when updating the url-map HTTPError 400: Invalid value for field 'resource.defaultService':…
0
votes
1 answer

GCP external http load balancer 502 server error:"failed_to_connect_to_backend"

I have configured a http external load balancer on GCP and all my vm instances are healthy in backend. But when i am trying to access my server(installed on VM) from frontend static IP that is reserved at load balancer it is giving me 502 status…
0
votes
4 answers

Can we use Unmanaged Instance group for external HTTPS load balancer in GCP

I am planning to create an External HTTPS load balancer on GCP but in my use case there are no identically configured VMs and i need to make sure it should be a highly available (HA) setup. So as no identical VMs i am planning to go with Unmanaged…
0
votes
1 answer

Gremlin Client Connecting to Gremlin / JanusGraph Server via URL-based Load Balancers

Due to security policies, I have a cluster of JanusGraph servers (running in an internal Kubernetes network) that can be accessed by external Gremlin clients via the below network route: clients --> global load balancer (URL-based) --> third-party…
0
votes
1 answer

Post xhr blob request (300kb) failed with Firefox and App engine flexible environnement

When I test my website in SSL context with load balancer. Impossible to post a big GZIPed content (300kB) . The request freeze in firebug. If the request lighter, it works. It works perflecty with Chrome or others browsers. I don't see log request…
1
2