All Questions
Tagged with gcp-load-balancer network-programming
6 questions
-1
votes
1
answer
408
views
How to connect two VPC in same GCP project without Peering [closed]
In GCP project i have two VPC
VPC-1 & VPC-2 i would like to connect VM1 from VPC-1 to connect to VM2 in VPC-2
Both VPC-1 & VPC-2 are in same project & same Region.
i can't do VPC peering ...
0
votes
1
answer
43
views
GCP Global External Load balance redirect www to non www sites
I have deployed our website as a Cloud Run service.
Added a Global external load balancer as per the doc listed in this link here
Everything is perfect and My website is now runnings as https://...
0
votes
0
answers
730
views
GCP Load balancing: connecting an URL Map as routing rules
I recently created a load balancer on GCP which works as intended. I would like now to save the routing rules I created into a .yaml file in a repository and deploy any changes using the CLI.
I ...
0
votes
1
answer
1k
views
Routing traffic to specific VM's via load balancer on GCP
I am new to Google Cloud Platform and advanced networking in general but I have been tasked with setting up an external HTTPS load balancer that can forward internet traffic to 2 separate Virtual ...
2
votes
2
answers
4k
views
GCP: load balancer rewrite path
I'm setting up traffic management for a global external HTTP(S) load balancers. I have two backend Cloud Run services, serverless-lb-www-service and serverless-lb-api-service, that I want to serve ...
-1
votes
1
answer
567
views
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 ...