Questions tagged [google-cloud-load-balancer]
241 questions
0
votes
1 answer
How to make my Google Cloud Load Balancer work?
I follow Document for Creating Content-Based Load Balancing: https://cloud.google.com/load-balancing/docs/https/content-based-example
I want to reach external address with https. I want load balancer to connect to VM with simple http.
Both VMs work…

Rico
- 362
- 1
- 4
- 18
0
votes
2 answers
Google Cloud TCP Load Balancer forward ip
I use Google Cloud TCP load balancer forwarding requests to a Kubernetes NGINX service. As expected the logs on the NGINX show the Load Balancer IP. How can I retrieve the actual IP

gkatzioura
- 2,655
- 2
- 26
- 39
0
votes
1 answer
Cloud VPN with TCP Load Balancer
I'm trying to set up a Cloud VPN in GCP network with 5 VMs, which one of these VMs is in a instance group behind an TCP Load Balancer, proxying the instance groups ports to the internet, and the VPN tunnel itself is working well, because It's…

Hugo Marques
- 5
- 3
0
votes
1 answer
Forcing www and https redirect on NGINX as backend of Google cloud Load Balancer using $http_x_forwarded_proto
I have a NGINX backend instance for the google cloud platform load balancer. I have and have successfully set up the https redirect. I want to force from non-www to www. For the most part all but one instance redirects to a www url. to Summarize:…
0
votes
1 answer
How to query Google Cloud Load Balancer requests sinked by stackdrive via BigQuery by timestamp partition without load all data?
I'm trying to query my dataset by timestamp but i'm billed for full dataset scan.
Is it possible to query only for specific timestamp and reduce the size of data analyzed?
Note that i'm using Stackdrive Sink that stream data real time on my dataset.…

Riccardo
- 180
- 1
- 12
0
votes
1 answer
How to do FTP Server (ingest) load balancing in GCP?
How to do load balancing of a FTP server running in a VM with different users? The FTP server is a passive one that only have ingest, how to make it autoscale if I add more users dynmaically? Is it specific to the server I chose, currently I'm…

PRNV JB
- 51
- 6
-1
votes
1 answer
How can I do Traffict Splitting in Google Kubernetes Engine with Gateways and Load Balancers
I need to be able to split traffict to two backend pods in a cluster, based on this schematic for a university project:
So Far, I have accomplished this diagram and progress:
All other parts of the project work fine. The part I'm having difficulty…

Brian Matus
- 19
- 3
-1
votes
1 answer
Kubernetes service on HTTPS
Requirement: To set up a Kubernetes service that is publicly accessible on the browser on HTTPS
I browsed through the internet and everywhere I saw nginx-ingress which can give HTTPS URL.
I have an ingress setup and its working as expected
But my…
-1
votes
1 answer
How to restrict access to only internet network end point group?
I have two projects A and B.
I am running my future workload in project B that is behind a GLB and through an Nginx proxy.
In order for me to send requests from project A to project B, I am using an internet network end point group pointing to the…

thedevopsguy
- 11
- 2
-1
votes
1 answer
App Engine handle traffic from a different port
I want my App Engine project to be able to receive/handle traffic that comes in from a custom port (i.e. https://www.my-appengine-project.com:12999/some-endpoint)
I'm currently using a Google Cloud external HTTPS Load Balancer, but it seems that you…

Alex
- 5,141
- 12
- 26
-2
votes
1 answer
Does Google Cloud's external application load balancer's weight based traffic splitting maintain user affinity?
From the documentation here, https://cloud.google.com/load-balancing/docs/https/traffic-management-global#traffic_actions_weight-based_traffic_splitting, we see that we can assign percentage weights to split traffic. Deploying new versions is a…

Raymond Carino
- 1
- 1
-2
votes
1 answer
Cloud Armor Bypass?
Supposing I need to turn off Cloud Armor for a while. Will it be bypassed and traffic routed to the HTTPs load balancer? Or will the LB also be bypassed and traffic go straight to actual public IPs of Compute Instances?
What are the side effects of…

user2736158
- 389
- 1
- 6
- 14
-2
votes
1 answer
Service not found error in Google Cloud backend service setup
I am trying to set up a load balancer following Google's documentation, but am having trouble setting up a backend service. The walkthrough has me run a command like the following:
gcloud compute backend-services add-backend my-backend-service \
…

Martin Reindl
- 989
- 2
- 15
- 33
-2
votes
1 answer
GCP Load Balancer / API Gateway CORS issue
I have a API hosted on Google Cloud Run and exposed using API Gateway and GCP's Load Balancer in front of the gateway. This API is supposed to be used by multiple tenants, so the requests will come from different origins.
Right now, whenever I try…

Thiago Nascimento
- 1,073
- 2
- 13
- 40
-3
votes
0 answers
how to build sass software on gcp with multiple domains
i am looking to build a sass online service, similar to Wix, which allows custom domains for user for the we pages they created(thus which could allow infinte custom domains).
i tried ssl termination to GCP's load balancer, per domain i had a rule…

shrw
- 1,719
- 5
- 27
- 50