Questions tagged [google-cloud-load-balancer]

241 questions
0
votes
1 answer

Global external Application Load Balancer IP Block List

We use the new Google Cloud Global external Application Load Balancer in combination with Cloud Armor and Cloud Run. Our public price APIs are target of automated crawler requests, so we collected a lot of bad IP adresses (10.000 and counting) and…
0
votes
1 answer

Are there alternative options for suffix DNS wildcards in routing rules?

I'm trying to create a load balancer that can route traffic to subdomains (login...) for multiple higher-ordered (...mytenant1.com) domains to individual backends. So say for example: login.mytenant1.com login.topic.mytenant2.net Unfortunately,…
Alexander Trauzzi
  • 7,277
  • 13
  • 68
  • 112
0
votes
1 answer

Load Balancer: Inspecting traffic a specific cloud armor WAF rule is denying

Got a simple HTTPS Load Balancer with a backend security policy defined in Cloud Armor assigned to its backend. The security policy is a list of the Cloud Armor WAF rules at differing sensitivity levels. However, I'm getting some false positives…
0
votes
1 answer

Reverse Proxy Kubernetes routing to external-cluster application

We have a load-balancer in kubernetes, and it works perfectly with ingress to route traffic to our pods, using subdomains. We are splitting our site to be on an external host, and keeping most of it in our website pod in kubernetes. We want to keep…
0
votes
0 answers

Google Cloud Load Balancer Health Check fails if Path is changed from '/' to '/some-dir/some-page.html'

Load Balancer health check on VM (running Apache2 on Ubuntu) works fine when path is set to '/'. Health Check is pretty simple over HTTP on port 80. Load Balancer and VM communicate over HTTP:80 and external requests on HTTP are redirtected to HTTPS…
0
votes
1 answer

Cookie logging in access logs with Google Cloud CDN/Load Balancer

We are trying to move one of our sites from AWS to GCP. We have a site that currently sits on AWS, with Cloudfront backed by Application Load balancer as its origin. AWS does provide an option to log cookies in access logs, which we are using in…
0
votes
1 answer

Health check never firing for UDP load balancer

I have a load balancer for two VM instances in an instance group that load balances UDP ports 162 and 514. I created a health check for the instance group, but the health check is never firing based on my review of the logs. The VM instances support…
0
votes
1 answer

In GCP Load Balancer, How Can I Implement WildCard Paths In Load Balancers

See the image below of me trying to implement wildcard paths to route to a different backend: If I enter a path such as /events/*, its allowed for routing to a different backend. But if I try to get more specific such as /events/*/upload, it does…
Devin Dixon
  • 11,553
  • 24
  • 86
  • 167
0
votes
1 answer

Deploying an Angular app on Google Cloud with minimal costs

I am looking to deploy my Angular app to Google Cloud, including the following: serving static files produced by ng build on my custom domain: site.example.com proper Angular deep linking (see also Angular docs): serve index.html on…
0
votes
0 answers

Send Data To All Instances In A Managed Service on GCP

On Google Cloud Platform, I am trying to have an RTMP stream go to a load balancer, and then have that load balancer distribute the stream to all the instances behind a managed service. Meaning that the LB shouldn't use things like Round Robin or…
Devin Dixon
  • 11,553
  • 24
  • 86
  • 167
0
votes
0 answers

Indefinite response in GCP Internal Load Balancer

I am using an internal load balancer in GCP to route the traffic between 2 VMs which are memory sensitive. Currently for the testing purpose I am trying with only 1 VM. So all the time the traffic routed to single server. I am using javascript in…
0
votes
0 answers

502 error when updating website or uploading large files

Maybe my setup is considered overkill for a single VM but I prefer it this way to have it behind a load balancer. Whenever any attempts to update large quantity of files or update several plugins at a time, it will produce a 502 error from the…
0
votes
0 answers

How to add multiple domains to one certificate in gcp and point to a load balancer?

I have a compute engine with a simple page builder, on this server I can have several domains pointed to, currently I create a new SSL certificate with the domains I want, ex: example1.com, example2.com and etc... Then I access the load balancer and…
0
votes
1 answer

Add x-rate-limit response headers to the load balancer

I configured a Cloud Armor rate limiting rule and i would like to attach the following custom response headers to my global external HTTP(S) load balancer backend. x-ratelimit-limit: The maximum number of requests available in the current time…
0
votes
1 answer

Is there a way to make Odoo run on https using gcp classic load balancer?

I have installed the Odoo on gcp vm instances and configure the classic load balancer for the same, just like my other servers. But Odoo is running on http only, I have to put https manually then only it works but when I login it goes back to http…