Questions tagged [gcp-load-balancer]

Use this tag when dealing with Load balancers provided by Google Cloud Platform

The Google Cloud Load Balancer (GCLB) is a software-defined globally distributed load balancing service. This tag can be used generally for all the GCP Load balancer related questions.

159 questions
0
votes
0 answers

force http to https on GKE ingress cloud loadbalancer

How to force https traffic only in GKE when using ingress cloud loadbalancer, is there any special annotations or something similar to solve this apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: example-oms-ingress namespace:…
0
votes
2 answers

GCP SSL/TCP Load Balancer using a SSL and TCP backend at the same time

Is it possible to have on the same GCP SSL/TCP Load Balancer an SSL :443 frontend and a TCP :9300 frontend, pointing to a HTTP :80 backend an a TCP :9300 backend? I cant get this to work on the same load balancer, the frontends seem to mix up the…
0
votes
1 answer

Why are GCP Cloudbalancer Bucket returning a XML?

Recently, I created a bucket with an index.html and configured a loadbalancer http with bucket as backend. I have been made this some times and it always has been worked, but in my last configuration it is returning an XML with this…
kurkop
  • 520
  • 4
  • 11
0
votes
1 answer

Google Load Balancer Total Latency Accuracy

Does anyone knows how accurate numbers on Stackdriver Monitoring GLB dashboard represents 95th percentile of Total Latency split by client country, and do they represent actual total latency that takes end user to receive response from request,…
0
votes
3 answers

Problem creating regional TCP load balancer

I'm trying to create a load-balancer that balances traffic between 3 different AZ's in a given region. If I create a "global" load-balancer with an external IP, everything works fine, but if I am only trying to create a load-balancer that works…
-1
votes
1 answer

how to add subpath to the incoming request URL automatically from load balancer in GCP

We have docker VMs under GCP Loadbalancer which gets traffic with URL abc.test.com/EMC. Now we want user to only enter abc.test.com and expecting GCP LB to add this subpath (/EMC) and then route it to the VM instance group backend. So in short,…
-2
votes
1 answer

prevent Google from indexing VM's external IP

My setup: Bitnami Wordpress GCP VM GCP HTTPs Load Balancer Load Balancer has http to https redirection, www to non-www redirection Cloud CDN Main Problem: The VM's external IP (22.22.22.22) is indexed by Google Search. I'm unable to remove it from…
-3
votes
1 answer

How to curl an IPv6 address of a forwarding rule in GCP?

I have created a forwarding rule that forwards TCP traffic to the target instance: gcloud compute forwarding-rules create forwarding-rule-1 \ --load-balancing-scheme=EXTERNAL \ --subnet=lb-subnet \ --ip-version=IPV6 \ --region=asia-east1 \ …
Nosail
  • 465
  • 2
  • 7
  • 19
1 2 3
10
11