Questions tagged [google-cloud-network-load-balancer]

15 questions
2
votes
1 answer

Google Cloud - Backend unhealthy and LB not working

I somehow broke a working SSL LB with a minor change and now cannot get it to work again. VM Instance - - Showing unhealthy and giving a 502 error through the external IP (but taking the correct SSL certificate) - Includes firewall rules separately…
2
votes
1 answer

UDP Server behind Gcloud load balancer: receive ok, reply fails

I have a UDP server set up (on a VM) behind the Google Cloud network load balancer. The server is bound to 0.0.0.0. The UDP server can receive messages that were sent to the balancer, but replies do not go back to the client. There are no errors…
2
votes
1 answer

In GCP load balancer monitoring, what is "unhealthy network traffic"?

I'm running an Google CloudRun instance for an API. Today I've added a load balancer in front of it, so that I can set an SSL Policy that disallows TLS <1.2. In the screenshot below, it appears that the traffic I'm getting from America is…
1
vote
0 answers

GCP HTTP Load balancer to TCP Load balancer

I am trying to figure out is how can I connect a TCP Load balancer with a HTTP/HTTPS load balancer in GCP. I have installed kong on a GKE cluster and it creates a TCP Load balancer. Now if I have multiple GKE clusters with Kong they all will have…
1
vote
1 answer

Google Cloud VPC: Is there any restriction on N-S traffic and ARP requests from alias IP?

Platform: Google Cloud VPC Scenario: We are trying to integrate our cloud infra solution within GCP instances using nested virtulization. The solution includes a SDN component which performs both L2 and L3 within the VM (GCP instance). We are using…
1
vote
1 answer

How to set up Google Cloud CDN?

Sorry for my bad english, i translate from russian. I can't figure out how to set up Cloud CDN. To use it I should set up the Load Balancer. I have an external server with web pages. I set up strictly according to the instructions "Setting up a…
0
votes
2 answers

Is there an alternative to AWS' lifecycle hooks in Google Cloud?

On AWS lifecycle hooks are utilized so the load balancer can query specific details about applications running on instances to, for example, avoid shutting down an instance that has very low CPU but is still running some lightweight service. Is…
0
votes
0 answers

Does Google TCP Load Balancer replicate traffic between all target groups?

I've configured a TCP Load Balancer in Google Cloud and I can see the option to select more than one single instance group to send traffic. What does really Google Cloud does when selecting more than two instance group? It balances the traffic…
0
votes
0 answers

Google LB failed to check ingress-nginx pods healthz sporadically

It's been weeks since my I'm having a lot of timeout when gcp lbs check ingress-nginx healthz while everything respond correctly. I'm having a GKE cluster with Container Optimized OS and n1-standard-4 as machine and kubernetes version…
0
votes
1 answer

Google Cloud Load Balancer with wildcard

For example, there are the following applications deployed as App Engine and Cloud Run services. A) app-1-api as Cloud Run service B) app-2-api as App Engine service C) app-1-frontend a NextJS app as Cloud Run service D) app-2-frontend a static…
0
votes
1 answer

How to prevent public access to GKE Ingress and make it accessible just for Apigee X

I am new in Cloud stuff, and my question may be basic, but this problem has bugged me for a week, and I don't know how to fix it. I deployed my first Cloud project on GCP using GKE. After that, I used Kubernetes Ingress to expose its service. On the…
0
votes
1 answer

Google cloud loadbalancer Http-to-https with multiple backends

My goal is to have a redirect http-to-https for a loadbalancer for 3 instance groups on Google Cloud Platform. I have one load-balancer http-to-https which redirects to another load-balancer for my 3 applications (3 backend services, 3 instance…
0
votes
1 answer

Share gcp external load balancer across multiple projects

Just started configuring an external load balancer for one of our projects, was wondering if I have to create a new load balancer for each project or could I target other projects from the project where the load balancer is created? We have standard…
0
votes
1 answer

Can a Google Cloud Internal Load Balancer be called from other network in same region?

The Google Cloud Internal Load Balancer documentation lists the limitation that you need to access it from within the same region. I can't seem to find whether you can access it from within a different network within the same region. e.g. Suppose…
-3
votes
1 answer

Using a Zonal Network Endpoint Group (NEG) with HTTPS Load Balancer

When creating a Network Endpoint Group I need to specify network endpoint(s). For these, I can select my VM instance and specify the Primary (Internal) IP address. I can then select this NEG as the backend of a Global HTTPS Load Balancer. How is it…