Questions tagged [google-cloud-load-balancer]
241 questions
0
votes
1 answer
Static webpage redirect http to https using Google loadbalancer
I'm trying to implement URL redirects from http to https as described by [https://cloud.google.com/load-balancing/docs/https/setting-up-traffic-management][1] but I'm getting ERR_TOO_MANY_REDIRECTS
I have a storage bucket with a very simple HTML…

Nimmy
- 13
- 3
0
votes
1 answer
Instance Group signed to more than one backend services
In Google Cloud Platform, we have a feature called as Load Balancing.
When i use load balancing, i get a problem when i sign an Instance Group to more than one backend services.
GCLB (1) -> Backend Service (A-bs) -> Instance Group (alice-4df1-a)…

Nicky Puff
- 149
- 3
- 14
0
votes
1 answer
Google Load Balancer map url containing has '#'
I have a website configured using GCP load-balancer and GCP storage as backend service.
What is now :
https://example.com/#/ --> works
https://example.com/#/path --> works
what I want:
https://example.com/#/ but in backend it should hit /#/path.…

ajay.kumar.awscloud
- 111
- 1
- 10
0
votes
0 answers
Adding SSL on Google Cloud WordPress HA makes wp-admin inaccessible
I'm Trying to implement the Google Cloud High Availability WordPress setup and its located here in marketplace https://console.cloud.google.com/marketplace/details/click-to-deploy-images/wordpress-ha and i was able to deploy successfully without any…

Himanshu Ahuja
- 26
- 4
0
votes
1 answer
Google Compute Engine + Google Cloud Load Balancer for https + Google SQL Replica for seampless code change and design change
I am running a php-mysql-based web application with around 1K traffic/day on compute engine and its database is on Google SQL. I am not a techy person but managed to come this far by learning by ears with bunch of YouTube videos - thx to those…

futureyoon
- 67
- 1
- 7
0
votes
0 answers
Google Network Endpoint with Google Load Balancer
Need help regarding the load balancer issue. The configuraton is done in such a way that, the load balancer will connect to the Network endpoing group (Zonal) and the Network endpoing group connects to the VM instance on which the application is…

Aniket Patil
- 11
- 3
0
votes
1 answer
GCP: How to force ssl behind an ssl proxy load balancer?
I have an HTTP backend server on Google Cloud behind a SSL Proxy Load Balancer.
If a client issues an HTTP request on port 80, the load balancer returns a 404.
If possible, I'd like to redirect the port 80 request to port 443.
My first question is:…

Jesse Shieh
- 4,660
- 5
- 34
- 49
0
votes
1 answer
Speed difference through Google cloud load balancer
We have k8s cluster with apps hosted on GKE.
When we are trying to get static content (8.25Mb) through Google cloud load balancer retrieving time is 3.8s, when we are trying do it directly through nginx on our k8s cluster in VM it takes 0.2s. What…

Yulia Sh
- 1
0
votes
1 answer
GCP HTTP(S) load balancer ignoring GKE readinessProbe specification
I’ve already seen this question; AFAIK I’m doing everything in the answers there.
Using GKE, I’ve deployed a GCP HTTP(S) load balancer-based ingress for a kubernetes cluster containing two almost identical deployments: production and development…

MTCoster
- 5,868
- 3
- 28
- 49
0
votes
0 answers
GCP Http loadbalancer tcp connection behavior under load
Let say i have 1 GCP http load balancer and 2 webserver in backend.
Now if 100 user(browser) hit my service, I know that load balancer has 100 tcp connection open.
But will loadbalancer also open 100 tcp connection to my webserver ?
In short: Does…

Bhuvan
- 4,028
- 6
- 42
- 84
0
votes
1 answer
Gloo gateway-proxy External IP on GKE : telnet: Unable to connect to remote host: Connection refused
I deploy nifi and gloo API Gateway on the same GKE cluster. The external IP exposed as LoadBalancer work well (open on Web browser or telnet). However, when I use telnet to connect gloo API Gateway on GKE cloud shell, my connection was…

PO-YU SHEN
- 21
- 2
0
votes
2 answers
Istio-ingress behind Google cloud Layer 7 load balancer
Problem I am facing is that my istio-ingressgateway is working perfectly file at network layer load balancer(L4 loadbalancer or TCP load balancer) but when i connect istio-ingressgateway to Layer7 load balancer by attaching nodePort at backend…

Bhavya Jain
- 56
- 9
0
votes
1 answer
Why are backend ports automatically changing to be the same on a GCP load balancer?
I have a cluster on GCP with multiple deployments on it.
The deployments are exposed with NodePort services.
I'm setting up a HTTP(S) load balancer with the aim of routing from frontend to backend services, one domain to one deployment.
The issue is…

thodnebo
- 15
- 2
0
votes
1 answer
How to set up a multi region GCP deployment?
This refers to GCP Http(s) Global Load balancing tutorial here. This example shows cross region content based load balancing. I want to check if a similar configuration(based on URL maps) can be used to set up a DR site for an application in…

Cyac
- 447
- 3
- 15
0
votes
1 answer
GCP LoadBalancer - How to Redirect on Failed Health Check
I am currently implementing a blue-green setup in GCE. Essentially what I'm doing is putting an nginx loadbalancer up as a backend to a GCP one, as switching the rules over to hit a different pool in nginx can be done quickly.
If there are no nginx…

Tom Bradshaw
- 25
- 6