Questions tagged [google-cloud-http-load-balancer]
26 questions
4
votes
1 answer
Google Cloud Load Balancing: cannot select Google-managed SSL certificate
I'm planning the migration of our managed HAProxy instance to a GCP Global external Application Load Balancer. As we need to switch production traffic, we must have everything set up before switching DNSes. To accomplish this, we're preparing the…
Maxxer
- 350
3
votes
2 answers
Duration to provision a new TLS certificate on GCP HTTPS-Load-Balancer?
What's the expected duration to provision/finish serving an updated TLS certificate (called "SSL certificate resource" in GCE) for the target HTTPS proxy (part of the GCP HTTPS-Load-Balancer)? Is it documented somewhere?
My test below reveals:
GCP…
Dominik
- 357
2
votes
1 answer
How to fix the error "SSLHandshakeException" when load testing Google Cloud Load balancer with an HTTPS?
When I perform a load testing to my website over HTTPS, I received multiples errors related with SSL Handshake when I simulate a high amount of concurrent users (>500 / sec).
Here are the errors that I received:
Error…
probitaille
- 161
2
votes
1 answer
GCP Load Balancer - Host and path rules not working
I have a VM that has 3 applications hosted on it. All the apps are working fine with the VM's public IP and port (e.g. 34.44.55.66:{port})
React JS website 1 (port 3001)
React JS website 2 (port 3002)
Express JS API 1 (port 3003)
I now want to…
Sahil Khanna
- 121
- 3
1
vote
2 answers
Google Compute Engine Global HTTP load balancers
I am using Google Compute Engine. I have setup deployment manager and it set's up a firewall that allows network LB to connect to web servers, the web servers themselves adds them to a Instance Group Manager and it set's up an Autoscaler that…
Calle
- 11
1
vote
1 answer
How to setup 301 redirections in GCP load balancer?
I've setup a static website on GCP using this tutorial. So I have a bucket and a load balancer.
I'm trying to setup URL redirections in the load balancer to avoid BC breaks on old URLs. I want an user arriving to https://example.org/foo to be…
Gregoire
- 113
- 1
- 5
1
vote
2 answers
Setting up custom domain for GCP load balancer
In this page
I mentioned we need to point the A record to load balancer IP.
My website domain.com already have landing page.
I want to point api.domain.com to load balancer IP, but I can't set a CName to an IP (it needs to be a domain name), what…
william007
- 127
- 1
- 7
1
vote
2 answers
GCP load balancer with existing VMs
I'm in the process of setting up a HTTPS load balancer in GCP but have faced some challenges.
I have two existing VMs I want to load balance traffic to, these are in two different GCP VCP networks.
When creating a load balancer through the GCP…
secret_cinema
- 13
- 1
- 3
1
vote
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…
tocas619
- 11
1
vote
1 answer
Google Cloud External Load Balancer's backend services randomly fail with 502 Server Error
I have following configuration of External Google Cloud Load Balancer:
GlobalNetworkEndpointGroupToClusterByIp is Internet NEG with type INTERNET_IP_PORT pointing to Kubernetes cluster's IP.
GlobalNetworkEndpointGroupToManagedS3 is Internet NEG…
Petr Flaks
- 113
1
vote
2 answers
GCP Load Balancer: cannot delete "match all" under "Host and path rules"
I'm trying to configure a Google Cloud load balancer to forward API request to a backend service and all other requests to a storage bucket. However, all requests are directed to the storage bucket. This seems to be because I can't delete the entry…
runeks
- 131
1
vote
0 answers
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
- 111
1
vote
1 answer
How can you redirect from HTTP to HTTPS where IAP is configured with GCP Load Balancers?
I've currently got a website hosted on Google Compute Engine that's authenticated with Identity-Aware-Proxy which sits behind a load balancer. This all works great over https, but I was wanting to make sure that http redirects to https as it…
Louis Sayers
- 63
1
vote
0 answers
GKE Ingress high latency with SSL Certificate
I've provision a GKE cluster and successfully deploy my web services. I also have the ingress deployed with the SSL Certificate imposed to expose the web services. After that, i've execute time curl and found out the latency of invoking the web…
Chieh Woei
- 11
0
votes
0 answers
Can't reach Load Balancer from GCP VM
In GCP We are setting up kubernetes 1.14. HA as Stacked etcd topology.
We have created a image where kubernetes binaries are installed.
We have terrafrom script where an instance group is created with 3 master and 5 worker nodes instances using the…