Questions tagged [google-cloud-load-balancer]

241 questions
2
votes
1 answer

GKE streaming large file download fails with partial response

I have an app hosted on GKE which, among many tasks, serve's a zip file to clients. These zip files are constructed on the fly through many individual files on google cloud storage. The issue that I'm facing is that when these zip's get particularly…
2
votes
2 answers

Is it possible to set index file for GCS buckets without domain naming?

We have a specific situation where we want to serve static websites from GCS (via loadbalancer w G CDN) and we would strongly prefer to NOT use domain naming for the buckets. The reason why we do NOT want this is the domain verification process…
2
votes
1 answer

How to make changes istio-ingressgateway when using GKE Istio Addon?

I have google cloud gke cluster installed with istio via addon. I need to change the istio-ingressgateway to NodePort. the problem is that the addon manager is always reverting my changes. Is there a way to disable it from reverting to the…
2
votes
1 answer

Is Google Cloud Load Balancer a single point of failure ? Can we have a standby replica?

We are doing an HA deployment of our application in GCP for evaluation. The rough architecture is similar to (Image courtesy : Google cloud) The Global load balancer itself appears a single point of failure. How can we achieve this in GCP. Couldn't…
1
vote
1 answer

Cannot get mTLS working on a Google Cloud Load Balancer using PrivateCA

I am trying to get mTLS working on a global HTTPS load balancer in Google Cloud, but the client connections are just being rejected with the error "client_cert_validation_failed". I followed the exact instructions here and here but it appears the…
1
vote
1 answer

mTLS Google Cloud not providing certificate authorities in TLS handshake

I'm using mTLS with Google Cloud for a load balancer. I have defined a TrustAnchor defining my supported root CAs. The expectation would be that a certificate_authorities extension is included in the certificate_request_context extensions to inform…
k_o_
  • 5,143
  • 1
  • 34
  • 43
1
vote
2 answers

Why do I need to enable LoadBalancer to enable Cloud CDN for App Engine in GCP?

I am currently using App Engine in gcp,I want is use cloud CDN for my application. In the google cloud docs it is mentioned that i need to enable load balancer to use Cloud CDN for App Engine. Why should I enable load balancer when I am using app…
1
vote
1 answer

How can I use terraform with the google provider to setup an HTTP/2 load balancer in GCP with MutualTLS Auth enabled?

I'm hoping someone can point me in the right direction with a question on the google provider. I'm trying to setup an HTTPS Load balancer which routes to compute engine MIG running a gRPC endpoint. I've got traffic flowing to the endpoint now, but I…
1
vote
1 answer

Google Cloud Kubernetes ingress cost

I was wondering if the ingress controller of GKE comes either any additional costs, like a Google Cloud LoadBalancer, and if so is it possible to expose services with an ingress controller without the Google Cloud LoadBalancer. The same question is…
1
vote
0 answers

Does HTTPS Classic loadbalancer in GCP support reverse proxy?

I am trying to run a flask application on GCP cloudrun and in dockerfile i am confused if i should use gunicorn with nginx or just gunicorn alone. My cloudrun will be a backend to external HTTPS classic load balancer so if it supports reverse proxy…
1
vote
0 answers

GCP Load Balancer vs Cloudflare Forwarding Rules

I'm very green on running servers, so I'm trying to understand the trade-offs. It seems to me that the primary benefit for using a GCP load balancer would be to have a layer of indirection that could be changed at runtime. i.e. if some disaster…
spierce7
  • 14,797
  • 13
  • 65
  • 106
1
vote
1 answer

How can I run Django on a subpath on Google Cloud Run with load balancer?

I'll preface by noting that I have a system set up using Google Cloud Run + Load Balancer + IAP to run a number of apps on https://example.com/app1, https://example.com/app2, etc, and up to now I've only deployed Streamlit apps this way. The load…
Nathan Lloyd
  • 1,821
  • 4
  • 15
  • 19
1
vote
1 answer

cloud run returns 502 for SEARCH request verb

i am using SEARCH because i would like the equivalent of GET (idempotent) but with a request body. this is because i'd rather submit my request body as JSON instead of serializing to URL query parameters. i'm making requests to a cloud run service,…
1
vote
1 answer

Error 403 Forbidden from Google Cloud Load Balancer

I have Strapi CMS deployed in Cloud Run and have exposed it via Google Cloud Load Balancer. CMS exposes unauthenticated URL to expose static content. If I hit the Cloud Run URL directly without authentication, it works fine and serves me the…
1
vote
1 answer

What is the meaning of the Threshold value field when creating an Alerting policy in Cloud Monitoring?

I have create a default alerting policy that notifies the user when the number of requests served by an external HTTP(S) load balancer is more than a certain threshold value. In the Google cloud console, from the main navigation menu, I selected…