Questions tagged [gcp-load-balancer]

Use this tag when dealing with Load balancers provided by Google Cloud Platform

The Google Cloud Load Balancer (GCLB) is a software-defined globally distributed load balancing service. This tag can be used generally for all the GCP Load balancer related questions.

159 questions
0
votes
3 answers

Can we Geo Target Backends with GCP's L7 HTTPS Load Balancer based on User Geography?

I have three different GKE clusters distributed across three different regions. All three clusters are behind three different L7 HTTPS Load Balancers. The services in all three clusters are accessible via three different…
bakadevops
  • 189
  • 1
  • 6
  • 18
0
votes
1 answer

Create a Backend services for an App Engine Load balancer

We want to create a backend service for our Flex App engine. in the cloud logs and my GCP invoice, I can see that I already have an HTTP load balancer, but when I go to network services -> Load balancing I don't find my load balancer. I think the…
0
votes
1 answer

How to set Session Affinity as "Client IP, Port and Protocol" at Kubernetes service

I have a Kubernetes service at GKE. Currently it has Session Affinity:ClientIP. and in GCP Load Balancer Console, it is shown as "Client IP" What value should I set it as so that in GCP Load Balancer Console, it will be shown as "Client IP, Port and…
user389955
  • 9,605
  • 14
  • 56
  • 98
0
votes
1 answer

How do I map external traffic to the internal service mesh on GCP Traffic Director?

I've set up a simple GKE cluster hooked to GCP Traffic Director with the Traffic Director setup with automatic Envoy injection tutorial. The next step is how do I map external traffic into the Traffic Director backend service, which is only…
0
votes
0 answers

Manage SSL certificates in load balancer in Google cloud through custom/private node.js client

I have this case where i want to manage the ssls in google cloud. Manually i could just go to GCP > Network Services > Advanced menu > Certificates to manage the certificates. I googled about http apis and i stumbled upon this REST Resource:…
0
votes
1 answer

Accessing GKE internal LB IP from internet

Any workaround to access GKE internal load balancer IP from Internet ?
0
votes
1 answer

Dynamic SSL allocation in GCP HTTP(s) Layer 7 Load balancer

i m exploring GCP and i love the way it lets the developer play with such costly infrastructure. till now i have learnt a lot many things. i m no more a beginner and i have this case which i m unable to find docs or example for or i might be…
Harkal
  • 1,770
  • 12
  • 28
0
votes
1 answer

GCP : LB URL Map based on Request Header values

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_url_map#example-usage---url-map-header-based-routing route_rules { priority = 1 service = google_compute_backend_service.service-a.id match_rules { …
0
votes
0 answers

Google load balancer problem with ssl certificate if url mapping set to custom

My load balancer is responsible for two backend services. When the load balancer has the default URL mapping, the SSL certificate works fine. Unfortunately, I want to route all paths with /api/* to different backend service and doing so messes with…
0
votes
1 answer

502 Server Error when creating http load balancer in google/GKE

My application consists of play web application deployed using GKE. The application was running fine (using Deployment and Loadbalancer service) and then I decided to use Ingress. I made the following changes which has made the application…
0
votes
1 answer

Does the https load balancer created using GKE prevent DDOS attacks

I have created a Play web application which is now deployed on GCP. The application consists of two pods and a load balancer service. I want to protect my application from DDOS attacks. Referring to this article -…
Manu Chadha
  • 15,555
  • 19
  • 91
  • 184
0
votes
2 answers

How to deliver websocket traffic from GCP load balancer to websocket server

currently my websocket traffic is delivering from gcp load balancer to nginx to websocket server. am planning to remove one hop so that if i remove nginx. Then how to configure my websocket port (Reserved port) to gcp load balancer so that my…
0
votes
2 answers

GCP health check to same port number

I am using GCP and have a created a GCP load balancer to load balance across 3 docker instances running on one VM. The instances are running on ports 8080, 8081 and 8082. When creating the load balancer health check in the UI console, it asks for…
Swordfish
  • 1,127
  • 24
  • 46
0
votes
0 answers

Connecting to FB API from GCP Compute Engine

I want to connect to the Facebook API to authenticate users from my django rest app. I have got everything working locally but am running into trouble deploying. I first tried to deploy both the react front end and django backend to App Engine as…
0
votes
1 answer

GCP HTTPS Loadbalancer request gets timedout after 300 seconds

I'm using GCP Loadbalancer for accessing my web applications. There are some cases where my service might take sometime to give the response back (more than 300 seconds). When I check with GCP settings I saw two timeouts (Connection Timeout and…
1 2 3
10
11