Questions tagged [google-cloud-http-load-balancer]
31 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…

lucas.coelho
- 894
- 1
- 9
- 16
26
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…

Lakshman Diwaakar
- 7,207
- 6
- 47
- 81
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…

zono
- 8,366
- 21
- 75
- 113
2
votes
1 answer
CloudRun can't make outbound http(s) requests - Timeout
I'm having a hard time debugging why cloudrun is not allowed to make outbound HTTP to the public internet.
My setup follows a simple Global loadbalancer (Classic) -> CloudRun, Using a custom VPC Network and a serverless VPC connector explained…

Fabrizio Fenoglio
- 5,767
- 14
- 38
- 75
2
votes
1 answer
Migrating App Engine use Google Cloud Load Balancer cause ~1hr of downtime
Overview
I have instances on App Engine with a custom domain and SSL certs provisioned by Google, but now I need to put a Google Cloud Load Balancer in front of it.
I followed the instructions here (with adjustments to do it for App Engine instead…

Alex
- 5,141
- 12
- 26
2
votes
1 answer
Google Load balancer refuses self-signed certificate
I want to create a self signed certificate to be used in Google Loadbalancer, I have composed a following script to prepare it:
#!/bin/bash
FQDN=*.domain.net
SUBJ="/C=CZ/ST=Country/L=City/O=Authority/CN=$FQDN"
VALIDITY=3650
# make directories to…

Vojtěch
- 11,312
- 31
- 103
- 173
1
vote
0 answers
GCP Load Balancer Response 503 When Upload File
I have a backend that processes a file. The file is uploaded from a client (Apache HTTP Client) by POST (multipart file). The size of the file is 30kb (average) and the load balancer sometimes responds with a 503 status for some POST. The max…

Oscar Almonacid
- 11
- 1
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…

Edoardo Terzi
- 11
- 1
1
vote
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…

niklodeon
- 1,320
- 5
- 20
- 51
1
vote
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':…

Sat Sun
- 11
- 1
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…

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

Leon.fon
- 36
- 5
0
votes
0 answers
Google HTTPS load balancer - Limits of URL MAPS
What is the limit of Host and Path rules in URL MAP . I am trying to deg=fine host and path rules in the URL MAPS .based on host and path the ELB will route to the correct backend .
Same host can have multiple path rules.

Neer M
- 1
0
votes
1 answer
Using Pem File to get Public/Private Key
I have certificate which is Contains Private Key,Root Chain, and Format is Base64(openSSL)
My Certificate contents. (mycert.pem):
subject=CN=MainDomain.com, OU=ISD, O=GIT Inc, S=AR, C=US
issuer=CN=ABC, DC=homeoffice, DC=ABC, DC=com
-----BEGIN…

Marcin_S
- 529
- 3
- 14
0
votes
1 answer
Wordpress Slowness Behind GCP HTTP Load Balancer
I am hosting a Wordpress VM on GCP (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 balancer in front of the…

tocas619
- 1
- 2