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

26 questions
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…
2
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
0
votes
1 answer

How should I test google cloud's DDOS protection?

I've an application deployed on a Google compute engine, which is being load balanced using Google's HTTPS Load Balancer. And according to this article , With global HTTP(S) load balancing, the first Google Cloud Platform (GCP) service to…
0
votes
0 answers

How to add gke node pool as backend to http loadbalancer in gcp

I tried with NEG but it has limitations to only point to zonal cluster.however i have regional cluster so want to point the node pool as backend to http loadbalancer.how can i do that?
0
votes
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…
1
2