Questions tagged [google-cloud-load-balancer]

241 questions
0
votes
0 answers

Google Cloud App Engine (GAE) Flexible: Load Balancer error: backend_connection_closed_before_data_sent_to_client

I have GAE flexible this app.yaml: # [START runtime] runtime: python env: flex entrypoint: gunicorn -b :$PORT ******.wsgi automatic_scaling: min_num_instances: 2 max_num_instances: 2 beta_settings: cloud_sql_instances:…
0
votes
1 answer

Can not configure hazelcast monitoring center health check (different port) on GKE

I'm kind of new with K8s things, and now run into the problem that I can not configure health check on Google Cloud ingress/load balancer. The hazelcast man-center has health check on port 8081, but the working port is 8080. When I'm deploying the…
0
votes
1 answer

Website returns 502 once put behind a load balancer

I have this website that works but once it is placed behind a load balancer, it gives a 502 error. After some troubleshooting, this snippet is the culprit. if( function_exists( 'is_shop' ) && is_shop( ) ){ // $redirect_page_id = 132; //…
0
votes
1 answer

Is it possible to rewrite an incoming request to the backend service (e.g. Cloud Run) from a GCP load balancer?

I have two services running Cloud Run such as api1 and api2. I set up a global external HTTP(S) load balancer (classic) in GCP to route the path to both services. such as Paths Action Backend /api1/* Route traffic to a single…
0
votes
1 answer

can i use one google cloud load balancer for a static backend bucket AND a container deployed by cloud run? and with different ports?

I have a project that has routes and paths defined in a load balancer. Now I want to add a google cloud run container to that project. Do I need to make another load balancer, or can I add the paths to the current load balancer? how would I add a…
Teoman Kirac
  • 748
  • 3
  • 8
  • 16
0
votes
1 answer

Question on assigning new SSL certificate before expiration GCP

We have updated and installed our new SSL certificate on GCP. Everything looks OK. The previous SSL certificate is still valid and assigned to a proxy group. Question: How can we assign the new certificate to the proxy groups? Or does the…
0
votes
1 answer

Ingress (GCP Load balancer) - how do I set different request timeouts per route

Is there a way to set different request timeouts per route for a GCP Loadbalancer (created via a kubernetes ingress) ? These routes would go to the same backend service(s) -- i.e., same pod/port combinations Thanks
0
votes
1 answer

load balancing for unmanaged instance group

I have one primary vm in an unmanaged instance group. To perform updates and maintenance, I'll add an updated VM to the group and then proceed to remove the existing one to update. I was thinking it shouldn't be any downtime by doing so. However,…
0
votes
0 answers

502 errors are due to healthcheck setup or resource exhaustion

My setup is a bitnami wordpress hosted on GCP's N2-standard-2 VM. I'm using a HTTPS load balancer and CDN. I encountered the 502 errors a few times ever since I configured a load balancer. I was doing quite a bit of seo and page scanning tests when…
0
votes
1 answer

Redirect loop: Cloud Load Balancing to Compute Engine installed WordPress

When accessing Google Compute Engine with wordpress installed via Cloud Load Balancing from a browser, a redirect loop occurs. Chrome returns ERR_TOO_MANY_REDIRECTS, and when I open the network inspector or Cloud Logging, I see that many 301s are…
kusumoto_teruya
  • 2,415
  • 4
  • 23
  • 38
0
votes
1 answer

App Engine urlfetch DeadlineExceededError

I have 2 service. One is hosted in Google App Engine and one is hosted in Cloud Run. I use urlfetch (Python 2) imported from google.appengine.api in GAE to call APIs provided by the Cloud Run. Occasionally there are a few (like <10 per week)…
0
votes
1 answer

Google Cloud App Engine (Django) and Google Cloud Storage working on a Single Domain with Custom URLs

I have a Django application working on supereye.co.uk. Django handles all URL routing such as supereye.co.uk/signin supereye.co.uk/watch etc. I am also using Google Cloud Storage that is working with Google Cloud App Engine on…
0
votes
0 answers

Application URL changes to GCLB domain name from the actual host

Lets say user starts with https://www.example.com on the browser it goes via Cloudflare which intercepts the call and adds additional headers and calls GCLB end point. from there it in turn calls the app server. Now the issue is after the user does…
0
votes
1 answer

Google Cloud Load Balancer with custom certificate shows the "google" cert first

I've set up my app running on Cloud Run with a Let's Encrypt wildcard certificate to cover subdomains. It works fine, but everytime I run testssl.sh or other similar tools they notice 2 certificates: mine and Google's. The second certificate throws…
antipopp
  • 409
  • 1
  • 3
  • 14
0
votes
0 answers

Google Cloud Load Balancer : ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Hi I have a domain name which is registered with https://www.networksolutions.com/. I have added nameservers which were mentioned in the Cloud DNS when I created zone. After this I added SSL certificate which Google provides, after this I added…