Questions tagged [google-cloud-http-load-balancer]
31 questions
0
votes
1 answer
GCP backend-services update
What is the difference between 'backend-services update' and 'backend-services update-backend'
gcloud compute backend-services update ..
gcloud compute backend-services update-backend ..
Consider I have a backend-service mapped to two NEGs from…

abjinugu
- 21
- 3
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…

Steren
- 7,311
- 3
- 31
- 51
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,447
- 4
- 29
- 33
0
votes
2 answers
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…

moin8
- 31
- 7
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…

moin8
- 31
- 7
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…

chaooder
- 1,358
- 1
- 17
- 37
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…

maxiplay
- 427
- 1
- 5
- 13
0
votes
2 answers
Static IP to access GCP Machine Learning APIs via gRPC stream over HTTP/2
We're living behind a corporate proxy/firewall, that can only consume static IP rules and not FQDNs.
For our project, we need to access Google Speech To Text API: https://speech.googleapis.com. If outside of corporate network, we use gRPC stream…

flaesh
- 262
- 5
- 17
0
votes
1 answer
NGINX - HTTPS Load Balancer Configuration
I have created 2 CentOS servers on different zones in the same region and installed NGINX on that.
Created Instance groups like ig1 & ig2 and added those servers in that.
Created the external load balancer.
I'm able to launch the web page using…

Mani
- 29
- 10
0
votes
1 answer
GCP Backend service connection draining options for deployments
Have anybody ever tried to achieve GC HTTP(S) load balancer backend connection draining by either
Setting the capacity of the respective instance groups inside the backend service to 0% (0 RPS)
Removing the instance group(s) from the backend…

ebensom
- 3
- 2
0
votes
1 answer
GKE: Identity-aware proxy > L7 load balancer > Custom host and path rules > Error code 11
I am using GKE Identity-aware proxy > L7 load balancer > Custom host and path rules. It works fine for the root-path. But it does not work for custom paths.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: basic-ingress
annotations:
…

Saad Bin Shahid
- 334
- 3
- 14
0
votes
1 answer
How can I assign SSL certificates to a regional ip which is a loadbalancer to a kubernetes service
I have a kubernetes service which I put behind a load balancer. The load balancer is on a regional static IP. The reason I can't use a global IP is because when I assign it to my service, it refuses to accept it. Others have faced the same…

RAbraham
- 5,956
- 8
- 45
- 80
0
votes
0 answers
google http load balancing - returns 401 Unauthorized
I have a HTTP Load Balancer setup as shown below. The content will be routed to backend bucket or an instance group depending on the url.
The firewall allows everything on the port 80
When I tried accessing the API using the load balanced IP, I…

kanagaraj palanisamy
- 347
- 4
- 15
0
votes
2 answers
GCP load balancer instance becomens unhealthy after short period of time
I've put my linux apache webserver running on GCP behind the google load balancer. Because i only want https traffic i've redirected port 80 to 443 as shown below:
ServerName spawnparty.com
ServerAlias www.spawnparty.com
…

Lennart Giaccotto
- 23
- 1
- 1
- 4
0
votes
1 answer
TLS termination on Google Compute Engine
I'm trying to set up a TLS termination proxy (a.k.a load balancer) for my GCE instance. However it doesn't seem to work when I follow the documentations.
Is there any step by step guide on how to do this? Has anyone actually done this before?

Shayan
- 548
- 6
- 24