Questions tagged [google-cloud-load-balancer]

241 questions
1
vote
1 answer

Google Cloud Preemptible Instances: Stop receiving requests after ACPI shutdown signal

I have a service that I want to run on preemptible instances on Google Cloud Platform. The instances will live behind a load balancer. Most requests take < 10 seconds to handle. I can't modify the service itself, but there is an nginx instance on…
beta
  • 2,380
  • 21
  • 38
1
vote
1 answer

Google cloud TCP LB to let work RTMP and HTTP(S)

I have a compute engine instance group and i need to have one static ip (with proxy LB) and need to grab HTTP(S) and RTMP requests. I need to attach this proxy to an external domain -> example.com I've already tried to use HTTP lb(can't work RTMP),…
0
votes
0 answers

Migrate from AppEngine to Cloud Run - disapatch.yaml alternative?

I have an AppEngine Standard project that's been running for several years. Now I'm starting to have issues with some of AppEngine's limitations, such as no support for websockets. I've started experimenting with Cloud Run and so far it's going…
0
votes
0 answers

Secure my backend API hoisted in cloudrun and appengine

I have an Android/iOS app. I have multiple backend services in GCP Cloud Run and Appengine which have multiple get and post requests. I have set up a global https load balancer to balance the traffic. In my Load balancer I have selected Backend…
0
votes
1 answer

Are retries of a Google Cloud Internal Application Load Balancer routed to the same VM as the original request?

I have a setup on Google Cloud where an Internal HTTP Load Balancer routes request to a Managed Instances Group containing multiple VMs. If I configure a retry policy that e.g retries 50x HTTP errors, will the Load Balancer retry the request on the…
0
votes
1 answer

Is there a way to route traffic from internet to Cloud Run URL using Google Cloud Load Balancer?

I want to expose some Cloud Runs and other URL endpoints in a single DNS and I am trying to use Load Balancer for that, but i got stuck trying to create a route for a Internet NEG. I have created the internet backend with the fully qualified domain…
0
votes
0 answers

Establish accessibility of on web app in the GKE cluster from the internal network (VPN)

I want to have an URL for my web app that is running in gke and that is only accessible from specific VPN. The web application should be accessible via HTTPS, i.e. valid certificates are configured accordingly So for example I am in my corporate…
0
votes
1 answer

Add Cloud Armor To Cross-Project Backend Services

I have an external regional load balancer running on a shared VPC in project A and have backend services attached to it from project B and C. I would like to add Cloud Armor to my Cross-project backend services (NEG) from project B and C. But when I…
0
votes
1 answer

How to view and configure log retention of Security Policies in Google Cloud Armor?

What is the retention for logs generated by Google Cloud Armor - Security Policies and Adaptive Protection? The Request Logging Official Documentation states that Google Cloud Armor logs are part of the Cloud Load Balancing logs. Does that mean the…
0
votes
0 answers

When using Network Load Balancer (GCP), what function is Client source IP among Session affinity functions?

When using Network Load Balancer (TCP/SSL) with GCP If you look at Session affinity, there is a Client Source IP. At first, I thought the function was to remove the XFF header and see the original USER…
0
votes
1 answer

Configuring Load Balancer with Cross-Project Backends for App Engine, Buckets, and Cloud Functions

I've managed to set up a cross-project backend for an External Regional Application Load Balancer, which works fine with Cloud Run. However, I'm looking to achieve the same configuration, especially with Cloud Functions and Buckets back-end…
0
votes
0 answers

Invalidate Google cloud CDN cache fails over permissions

I use YAML build files along with Coogle cloud build to deploy my front-end app as a static site, after every deployment I want to invalidate the CDN cache, hence I have added this snippet to my build YAML file - name:…
0
votes
1 answer

How to redirect HTTPS to HTTP using GCP load balancer

This is a question on how to redirect https -> http, NOT http -> https. We are using a Cisco router for our wifi login. Our splash page is on our website, which is http. The router requires http. This works fine for android and windows, etc, but…
iateadonut
  • 1,951
  • 21
  • 32
0
votes
1 answer

Wordpress behind a load balancer and CDN does not update CSS immediately

The CSS does not update immediately when the website is accessed via the domain. It is updated immediately when accessed via the VM's IP. How can I configure the CDN to immediately update the cache content whenever there is a change in CSS? Set…
0
votes
1 answer

Google Cloud Load Balancer http-to-https forwarding not working with forms that contain passwords

I'm using the Google Load-Balancer with Cloud run where my webapp runs in a container and I configured the Load Balancer according to the manual where http can be forwarded to https and the https Load-Balancer is configured properly with the ssl…