Questions tagged [google-cloud-load-balancer]

241 questions
0
votes
0 answers

Web socket with cloud run behind a load balancer behind IAP

I have an API under cloud run. My cloud run service is behind a Load Balancer. I'd like to open a socket connection from my front end app to my API (wss protocol). When I use the cloud run service url it works but when I use my custom domain name I…
0
votes
2 answers

Is it possible to create a load balancer in gcp that works without instance groups in a regional scope?

the problem is I have 3 virtual machines with the same source images in three diferent zones in a region. I can't put them in a MIG because each of them has to attach to a specific persistent disk and according that I researched, I have no control…
0
votes
1 answer

Google Cloud Run url redirection

I am trying to set up a redirect for my Google Cloud Run app. The reason for this is that we have an internal app setup on Google Cloud Run and we have set up a SAML SSO redirection so that when users navigate to the SSO URL, they are asked to…
0
votes
1 answer

HTTP(S) Regional traffic route to specific resource - Google Cloud

Regions - UK USA Italy Singapore Australia I have specific version of the site for each region and need to be deployed in different regions. My Questions is - I need to route rest of the traffic to a default region, is there any way to do this ? I…
0
votes
1 answer

Why are we given 4 name servers when max is 3?

I read that the maximum number of domain name servers is 3. Why are we given 4 from AWS and GCP respectively? Is the priority automatically assigned? Does it go in a round robin manner or it will go with the 2nd one only if the first one…
0
votes
1 answer

Is it possible to provision a Google Cloud Internal TCP/UDP Load Balancer through GKE ingress?

I am using google GKE. I need an internal tcp pass-through load balancer to expose my service. The backend service can terminate TLS traffic. I could provision a tcp load balancer manually. But, I would like to manage loadbalancer through ingress.…
0
votes
0 answers

Routing incoming requests to deployments using same host but diffent target ports (example with wordpress and phpmyadmin)

I want to host a wordpress site using a number of services (wordpress, mysql, phpmyadmin, backend-service) for full functionality. I already have built those services using docker-compose and now I want to host them using kubernetes running on…
0
votes
0 answers

Should I use multiple Cloud Load Balancers for multiple Cloud Run APIs

I have multiple ESPv2 APIs hosted on Cloud Run. One for each service, each with their own *.run.app URIs. My question is should I setup multiple Google Cloud Load Balancers, one for each Cloud Run service or map multiple Cloud Run services to the…
0
votes
1 answer

Error 404 While Hosting the website in the GCP bucket using Load Banacer

I am trying to host the Simple website in the GCP with Loadbalancer(for HTTPS) with the custom domain Below are the Steps that I followed  Create the Bucket Make it public Set the website configuration for the bucket  For load balancer Create the…
0
votes
1 answer

How to setup Google Cloud Load Balancer for Cloud Run App, while maintaining the .a.run.app URL

I would like to know how to go about setting up a Google Cloud Load Balancer for a Cloud Run App and would like to retain/use the same Cloud Run - .a.run.app URL Is this possible? Could someone point me in the direction of some documentation. What I…
0
votes
1 answer

How to add Cloud CDN to GCP VM? Always no load balancer available

I have a running Web server on Google Cloud. It's a Debian VM serving a few sites with low-ish traffic, but I don't like Cloudflare. So, Cloud CDN it is. I created a load balancer with static IP. I do all the items from the guides I've found. But…
0
votes
2 answers

How to do gradual traffic migration between two Cloud Run services using Google Cloud HTTP(S) load balancer

I have setup an External HTTP(S) load balancer with the following: 2 Serverless NEGs, each pointing at a different Cloud Run service in their respective region 1 Backend Service, using the 2 NEGs as 2 Backends 1 Host and path rule that sends…
0
votes
1 answer

Google cloud Backend service is unhealthy - 502 error

I believe I have a pretty straight forward set up but I am receiving the dreaded "backend service is unhealthy" notification on my load balancer in google cloud. I will list out steps I have taken so far to provide as much info as possible as I know…
0
votes
1 answer

Use NEGs from other project as Google Cloud Load Balancer backend

How can I use Network Endpoint Groups (NEGs) from other Google Cloud project as a Load Balancer backend? Is there any solution?
0
votes
1 answer

Remove Case Sensitivity for Google Storage Bucket as Load Balancer Backend

We have uploaded our data to a Google Storage Bucket and configured the bucket as the backend of our Google Load Balancer. Therefore, I can access the files via https://images.mywebsite.com. However, our file names and directories contain both…