Questions tagged [google-cloud-load-balancer]
241 questions
0
votes
1 answer
Google Cloud Storage web hosting: redirect http to https
I'm hosting a static website on a Google Cloud Storage bucket. The bucket is named as my domain:
www.example.com.
I also have a single Cloud Load Balancer forwarding rule on GCP with my bucket configured as its backend.
I'd like to configure my load…

Forepick
- 919
- 2
- 11
- 31
0
votes
1 answer
Deploy Kong API Gateway in GKE via Helm and use Google managed certificates
We're currently trying to deploy Kong in a GKE cluster and the goal is to delegate the certificate management to Google's Load Balancer (the SSL termination should be made here).
The problem we faced is that all Google's documentation is focus on…

manuelnucci
- 163
- 2
- 12
0
votes
2 answers
How to setup a google cloud load balancer to take advantage of http2 support in varnish?
On Google Cloud I've setup a VM as varnish 6 (community) to manage http and http2 (without SSL/TLS).
I've also setup hitch on port 443 and using a public IP it works fine.
Goal (EDIT)
Now I'd like to put this VM behind a load balancer, as pointed…

Ivan Buttinoni
- 4,110
- 1
- 24
- 44
0
votes
0 answers
Host rewrite on google cloud VM through load balancer
I'm trying to set up a load balancer on google cloud on one grpc service, here is the desired result:
external -> url grpc.dev.foo.com -> load_balancer -> internal VM with TLS host white list on grpc.foo.com
So i need the load balancer to rewrite…

Leeios
- 45
- 1
- 7
0
votes
1 answer
GCP Load balancer w/ backend bucket returns "content-type: application/octet-stream" for .js and .css files
I'm transitioning to serverless and trying to server all html/jpeg/png/css/js files in a GCP storage bucket, fronted by a GCP external HTTP/HTTPS load balancer.
HTML and images are served as their expected content-type, but CSS and JS files show…

John Heyer
- 711
- 1
- 6
- 18
0
votes
1 answer
Theia IDE websocket disonnects every 30 sec when serving in Kubernetes behind ingress
I have a kubernetes ingress configured on google cloud with a managed certificate. Then I have the theia/theia-full docker image as a pod and a kubernetes service connecting the ingress and the pod.
The initial load of the theia page in my browser…

markop
- 186
- 11
0
votes
0 answers
HAProxy redirect request from HAProxy load balancer to another load balancer
I have a GCP external load balancer that is only exposed to port 443 and I have HAProxy load balancer that is exposed to many ports. How can I redirect the traffic coming from the HAProxy load balancer to another load balancer so that I dont have to…

dumb_coder
- 315
- 5
- 21
0
votes
1 answer
Issues with Google cloud platform load balancer client origin ip / geo location
I've got an issue with my GCE Http(s) load balancer. Where it's not detecting the correct X-Client-Geo-Region etc.
Because we need to serve, currently 3000 (Increasing everyday) custom domains with ssls, I couldn't find another way to build this…

Devan
- 41
- 5
0
votes
1 answer
GCP dynamic https proxy/loadbalancer based on variable
Using Google Cloud GCP I would like to achieve this kind of dynamic redirect:
https://my.domain/$variable -> instance from instance group $variable
https://my.domain/instance-group-name -> instance from instance group "instance-group-name"
Is this…

Kim
- 1,757
- 1
- 17
- 32
0
votes
1 answer
Nifi instance behind the internal https load balancer GCP
I have a nifi instance running on the
https://localhost:9443/nifi
https://delta:9443/nifi
The instance is still running on local. I want to have an internal https load balancer infront of the nifi instance. I have read that we can add the SAN ip…

dumb_coder
- 315
- 5
- 21
0
votes
2 answers
ktor redirecting to 0.0.0.0 when doing an https redirect
I've added an http redirect to my Ktor application and it's redirecting to https://0.0.0.0 instead of to the actual domain's https
@ExperimentalTime
fun Application.module() {
if (ENV.env != LOCAL) {
install(ForwardedHeaderSupport)
…

Jan Vladimir Mostert
- 12,380
- 15
- 80
- 137
0
votes
0 answers
Is using a HTTP gateway hosted in K8S instead of the platform balancer less reliable?
I have been using K8S on GCP (GKE with their platform provided HTTPS Global Load Balancer) but find the load balancer hard to manage when with hundreds of domains and dozens of unique public backend sites in K8S where each site get it's own backend…

buckaroo1177125
- 1,555
- 11
- 22
0
votes
1 answer
Google Cloud HTTP(S) load balancer does not cancel connection with backend
I have a Google Kubernetes Engine cluster, inside several pods with NodePorts, and all is exposed via an Ingress, which creates an HTTP load balancer (LB). I am using custom domain with Google managed SSL certificate for the LB.
My backend is an…

shelll
- 3,234
- 3
- 33
- 67
0
votes
1 answer
Google Load Balancers doesn't appear in Monitoring Dashboard
I created a global load balancer with backend service and enabled the logging in Google Cloud project. The Load Balancer charts and metrics is supposed to appear in Monitoring dashboard, however, the charts and metrics were not be created.
In the…

John Huang
- 1,298
- 10
- 14
0
votes
1 answer
Is accessing xml files in Google Cloud Storage (Bucket) an operation?
I'd like to upload some XML files to Google Cloud Storage (Bucket) and make it publicly available with an HTTPS load balancer:
https://cloud.google.com/load-balancing/docs/https/ext-load-balancer-backend-buckets
The total size of these XMLs is about…

Roberto
- 167
- 1
- 3
- 19