Skip to main content
3 votes
1 answer
1k views

GCP Load Balancing (non classic) - URL rewrite

I have a very simple use case and I can't seem to find a way to do it. My application has an app part (angular) and an api part (nodejs). From the UI, although I call the api as /api/*, the api server ...
amritashan's user avatar
2 votes
1 answer
2k views

Forward requested subdomain/host from GCP Load Balancer to Cloud Run

I have an Express app used by several companies. Each company has its own subdomain to call the app api, such as company1.mydomain.com, company2.mydomain.com. In Express we read the value of the ...
Sebastian Sanchez's user avatar
2 votes
1 answer
1k views

how to have multiple certificates for a loadbalancer?

Currently, my infrastructure consists of a Compute Engine with an Apache2 server and a PHP website. In this PHP site, it's possible to have multiple users, and each user can have a customized domain ...
Alessandro Prudencio's user avatar
1 vote
3 answers
1k views

How to close Google App Engine URL's for direct access after creating load balancer's

I have created a load balancer on my Google Cloud app engine, and also have added SSL certificates to them, but the links of the App Engines are still active and don't have any security on them. So I ...
Ravi Kumar Singh's user avatar
1 vote
1 answer
3k views

GCP Load Balancing with API Gateway returning 404

I have setted up an API Gateway in GCP and now I'm trying to configure GCP's Load Balancing in front of the gateway. In order to do this, what I've done is: Setted up a internet NEG with port 443 as ...
Thiago Nascimento's user avatar
1 vote
1 answer
1k views

Serverless API Gateway on GCP

I'm looking for a solution to have a gateway to serverless on GCP with an Authorization/ Authentication made by IAM but didn't find a perfect solution to it. The idea's to have these gateway managing ...
BernardoMorais's user avatar
1 vote
2 answers
988 views

How to add HTTPS load balancer for an application deployed using GKE

I have created a Play web application which is now deployed on GCP. The application works fine. I want to add https support in it to secure communication between the client and the server. I know that ...
Manu Chadha's user avatar
  • 16.8k
1 vote
1 answer
2k views

Setting up Cloud Armor for load balancer/static website in Storage Bucket

I recently setup a Storage Bucket to serve a static website within the Google Cloud Platform. Costs were rising for a few days so I looked into what was causing this. I looked into Logging and found ...
Jim's user avatar
  • 11
0 votes
1 answer
44 views

GCP load balancer url re-writing and backend-mapping not happening the way I'd expect

I am using a classic application load balancer with two backends. I want my main backend to handle most requests and my auth backend to handle requests to /auth/*. I've been playing around with ...
David's user avatar
  • 15k
0 votes
1 answer
574 views

Is there any way to modify the balancing mode of a GKE native public Ingress and what is the default balancing mode?

I'm having a really hard time finding this in the docs. How do GKE native Ingresses balance traffic? I'm asking about the public GKE native Ingresses that would be pointing to a ClusterIP service. ...
red888's user avatar
  • 31.9k