18 questions
0
votes
0
answers
53
views
Cloud Run times out when accessing PSC endpoint
So I have two Cloud Run Services - the first running in project A and sending traffic to VPC subnet1 and the second running in the project B that is only accepting internal traffic.
In order to send ...
0
votes
2
answers
856
views
Does External Passthrough Network LoadBalancer supports BackendConfig Configuration from GKE?
I have deployed the Nginx Controller via External Passthrough LoadBalancer in GCP. I want to attach a Cloud Armor Security Policy to the LoadBalancer. According to the BackendConfig documentation it ...
3
votes
1
answer
943
views
Is it possible to route Google Cloud Functions egress traffic through multiple rotating IPs?
My app uses a Cloud Function (2nd gen), running multiple instances and triggered by PubSub, to make outbound requests to customers sites (essentially for synthetic monitoring).
However, the platform ...
0
votes
0
answers
821
views
Automatic restarts on GCP, GKE (Workloads, loadBalancer)
Once a week the load balancer stops communicating with the workloads. the load balancer stops having communication with the workloads.
On the one hand I can see that the Workload was restarted since I ...
2
votes
1
answer
4k
views
Unable to SSH into my Compute Engine VM instance on Google Cloud
I am trying to SSH into my compute engine VM instance on Google Cloud.
I am following the instructions to set up a regional external HTTP(S) load balancer with VM instance group backends
I have ...
0
votes
1
answer
177
views
Do not understand the text in health check
I am looking at the following page where it says:
Sum over backend services. If a backend is used by multiple backend services, the backend instances are contacted as frequently as the sum of ...
1
vote
1
answer
1k
views
How to set up an IPv6 address with Google Kubernetes Load Balancer
I want to set up an IPv6 address to service on the GKE cluster. The main reason I want to do that is I am setting up a Google Managed Certificate and connecting the service to a Domain name. The ...
2
votes
1
answer
2k
views
site responding with DNS_PROBE_FINISHED_NXDOMAIN (Google Cloud CDN sending to CloudRun to static file server)
I have a site which is responding with DNS_PROBE_FINISHED_NXDOMAIN at random places around the globe which has been getting worse for the last 16 hours.
I have a Google Cloud CDN attached. everything ...
1
vote
1
answer
154
views
How to find if my traffic is HTTP or TCP?
Hi I am trying to learn different LB options in Google Cloud Platform. I came across different options like suggesting to use HTTP(s) for Http traffic and TCP/SSL proxy for TCP traffic. But I am not ...
-1
votes
2
answers
2k
views
Google cloud-Internal Load balancer connectivity issue
I have created 2 VMs (Webserver) in GCP on one region & TCP internal load balancer configured in the same region and created another vm on another region(southeast asia). Now, I am not able to ...
1
vote
1
answer
266
views
Network Load Balancing
Network Load Balancing, in GCP.
System used : 3 Servers System - > Nginx <--> PHP-fpm (using instance groups) <--> NFS.
Nginx <--> NFS
Now i used health checking but sometimes ...
0
votes
1
answer
976
views
Active Passive mode supported for GCP external Load Balancer towards VM instance NIC0?
Failover for GCP internal load balancer has recently been introduced in Google Cloud PLatform
https://cloud.google.com/load-balancing/docs/internal/failover-overview
Now I would like to know if we can ...
6
votes
1
answer
1k
views
GCP regional static external IP limit
I couldn't correct statement on Google cloud documents about external static IP address limit.
In my projects I would have more than 200 external IP requires for https load balancers. Does anyone ...
0
votes
1
answer
97
views
Vertx and port based routing
I want to use my Vertx web app with a Network Load Balancer. However, NLB does not work with path-based routing. I was not able to find solutions online.
Is it possible to get the entire query in ...
0
votes
1
answer
257
views
Need to know the format of the SSL Certificate URL in GCP setSSLCertificates call
I want to set the SSL certificate used by a GCP target SSL proxy using the api call that looks like:
https://www.googleapis.com/compute/v1/projects/{project}/global/targetSslProxies/{resourceId}/...
2
votes
2
answers
2k
views
Long request returns with empty response after 120 seconds, caused by Network Load Balancer
I have a GKE cluster with 2 nodes, with a service of type LoadBalancer.
When I call the service internally a long request will not timeout after 120 seconds.
But if I call the external IP of the ...
0
votes
0
answers
355
views
Node.js TCP socket server data buffer ordering
I am streaming data from 50 devices on one network (one single external IP address) over to a Network load balancer on GCP (Google Cloud Platform) which then distributes the traffic to a group of Node....
28
votes
3
answers
12k
views
What are the differences between Network and HTTP(s) load balancer in GCP
GCP provides two load balancers namely Network and HTTP(s) where the former works on layer 4 and the later works on layer 7.
There is also a documentation which states that even HTTP traffic can be ...