Questions tagged [google-cloud-load-balancer]

241 questions
0
votes
1 answer

Can Cloud Load Balancer talk directly to a FastCGI server?

Is it possible to have a Google Cloud Load Balancer talk directly to a FastCGI server (i.e. a server implementing the FastCGI interface, not an HTTP server)? I can of course put an nginx reverse proxy in front of the FastCGI server but if it's…
Alex Flint
  • 6,040
  • 8
  • 41
  • 80
0
votes
0 answers

Reduce initial server response time

I have a website that scores 90-97 for PageSpeed performance. The only metric that is not doing well is the speed index. The speed index ranges from 1.4 - 1.9. I can't seem to improve the initial server response time which is 0.77s - 2.5s. The…
0
votes
1 answer

Strimzi Kafka setup with GKE internal loadbalancer

Followed https://strimzi.io/quickstarts/ and https://strimzi.io/blog/2019/05/13/accessing-kafka-part-4/ to use GKE internal loadbalancer with Strimzi. After adding the internal load balancer Strimzi provisioned two loadbalancer service with external…
0
votes
0 answers

Can you insert a mapping layer between the URL and Google Cloud CDN?

I am reading about Google Cloud CDN, and in that article it says it needs 4 services (I am new to Google Cloud architecture): Cloud DNS: Safely look past the obnoxious inclusion of the word "Cloud" here (Google marketing be damned). This "service"…
Lance
  • 75,200
  • 93
  • 289
  • 503
0
votes
0 answers

GKE Ingress serve http traffic over 443

Is it possible to create an GKE ingress that can accept http traffic over the 443 port? My use case mean's that I am unable to use the HTTP(s) load balancers SSL resolution, as I need to have more than the 13-14 certificate limit. Currently I am…
0
votes
0 answers

Deadlink scans crashed server behind a load balancer

What I'm using Bitnami Wordpress Unmanaged Instance Group Google Cloud Load Balancer (with health check and CDN enabled) The web server crashed whenever I use a deadlink checker to scan the website that's behind the GCLB. The same tests conducted…
0
votes
1 answer

Gcloud LoadBalancer: change Google Managed certificate without downtime

I intend to use Gcloud managed certificate. The way it works is that I already have a custom certificate managed by Let's Encrypt, which is assigned to my LoadBalancer. Now I want to swich to the Google Managed certificate. In order to achieve this…
0
votes
1 answer

GCP API Gateway is confused about JWT by adding an external load-balancer in front

I had a running setup where a backend Cloud Run service was fronted by API Gateway. The security definition was straightforward: flow: "implicit" type: "oauth2" x-google-jwks_uri: "https://www.googleapis.com/oauth2/v3/certs" x-google-issuer:…
0
votes
1 answer

How to connect to the load balancer using the service label?

I have set up an internal TCP/UDP load balancer with VM instance group backends. I am on the section that relates to Test connection from client VM. Here, I don't quite understand the last step, which says: If you add a service label to the internal…
0
votes
1 answer

GCP Ingress backend unhealthy

I have a gcp cluster with api services and I was using ambassador 1.9 for edge routing. Now we have decided to upgrade the ambassador to 2.3.2. So I follow the steps in ambassador docs for upgradation by parallelly running both ambassador versions.…
0
votes
1 answer

HAProxy load balance, is there any way to automate the traffic distribution?

We have Google cloud server, and we have implemented a queue system to process multiple FFmpeg processes requested by users. Currently, if there are multiple requests then it goes to the same server instance and takes time to process all…
0
votes
1 answer

GCP External Global Load Balancer gives wrong user and password message while trying to login to Geoserver or Origin does not correspond to request

I have an Ubuntu 22.04 VM on GCP, I installed Apache Tomcat 9 and downloaded Geoserver 2.21.0, at this point I am able to login with the external IP and port 8080. After that, I created an external global load balancer in GCP and SSL certificate, to…
0
votes
1 answer

Which port gke https loadbalancer use for health checks?

Please I want to know which port GKE uses when performing the health checks of the backend services. Does it use the service port declared in the service yaml or other specific ports? Because I'm having trouble getting the back services healthy.
0
votes
1 answer

GCP load balancer does not redirect it's own ip to domain

I have setup a GCP load balancer following the steps as displayed on https://cloud.google.com/load-balancing/docs/https/ext-http-lb-tf-module-examples#with_a_backend . I have create an A record at my dns provider and I am succesfully able to reach…
FFGH
  • 121
  • 12
0
votes
1 answer

Update TCP load balancing to HTTP(S) load balancing on GCP

I use kubernetes cluster on Google Cloud Plataform and I want to change my load balancer from "TCP load balancing" to "HTTP(S) load balancing" (layer 7). Currently the configuration about "TCP load balancing" is: For deploy NGINX and create…