Questions tagged [google-cloud-networking]

Questions related to general networking on Google Cloud Platform. Specific network products like DNS, VPN and Load Balancing have their own tags.

There are tags for most GCP networking products

247 questions
16
votes
1 answer

How to debug failed requests with client_disconnected_before_any_response

We have an HTTP(s) Load Balancer created by a kubernetes ingress, which points to a backend formed by set of pods running nginx and Ruby on Rails. Taking a look to the load balancer logs we have detected an increasing number of requests with a…
16
votes
1 answer

Migrate from legacy network in GCE

Long story short - I need to use networking between projects to have separate billing for them. I'd like to reach all the VMs in different projects from a single point that I will use for provisioning systems (let's call it coordinator node). It…
15
votes
1 answer

Google is blocking traffic because it detects automated queries

When I try to access my website deployed on Google Cloud I receive the following error page: We're sorry... ... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now. Here are…
15
votes
1 answer

Accessing Cloud SQL from another GCP project

I want to connect to Cloud SQL from a different GCP project. Cloud SQL is location in ProjectSQL and a VPC network is there in ProjectSQL project with name sql_vpc There is another project ProjectDataflow and this has a vpc dataflow_vpc. I want to…
15
votes
2 answers

How to give access to single Compute Instance on GCP?

Been trying to figure this out but no luck thus far. Suprisingly difficult to achieve when compared to AWS. I have a Google Cloud Platform (GCP) project with multiple Compute Instances and other services running. I need to give root access to a…
14
votes
2 answers

Why is my GCP Load Balancer Certificate stuck at provisioning?

I've set up everything according to the documentation: For the certificate provisioning process to proceed, all of the following conditions must be met: The DNS records for your domain must reference the IP address of your load balancer's…
11
votes
2 answers

GKE - how to attach static ip to internal load balancer

I want to connect service from one GKE cluster to another one. I created service as a internal load balancer and I would like to attach a static ip to it. I created my service.yml apiVersion: v1 kind: Service metadata: name: ilb-service …
10
votes
2 answers

How to verify if a Cloud CDN response was a cache hit (or comes from CDN)

I have a backend GCS bucket behind a Google Cloud HTTP(S) load balancer with Cloud CDN enabled. I'm trying to answer these questions based on response headers: was this response served from CDN if so which location/region was this a cache…
8
votes
1 answer

Difference between global and regional IP addresses in Google Cloud

I do understand that global external addresses are used for External Load Balancers while regional external addresses for VMs and Regional Load Balancers. Why is there such a separation between global and regional IP? They both can be reached from…
8
votes
1 answer

Google Cloud Build on private VPC network

I have a Google Cloud Build trigger that build my image on the Google Cloud. I also have VPC network that hosting some resources that should be accessible while building the images. While building the image, my docker script need to access the web…
8
votes
2 answers

Google Cloud Load balancer URL Rewrite not working

I'm trying to setup google cloud load-balancer with HTTPS proxy. The rewrite rules doesn't seem to work. I've attached a screenshot of the same. Any help is appreciated. Basically I'm trying to access /api/ping on /ping. Not sure…
6
votes
1 answer

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 know what are hard limit on GCP project for static…
6
votes
2 answers

Is it possible to connect to Google Cloud Memorystore from another project?

I have 2 different projects (Project A and Project B) in the same region (Europe west 2). I've created one instance of Memorystore in project A. So, I'm able to connect to the Memorystore from project A, but I'm also trying to connect to the same…
6
votes
2 answers

How to use Google Cloud Armor with to whitelist only a few IPs on GKE?

we're trying to block all non-cluster traffic except a few external IP addresses based on this Cloud Armor walk through. The GKE cluster recognizes the rules but it's still blocking the allowed IP. Here are the steps followed: 1) Create the policy…
6
votes
1 answer

Google cloud platform: Add new interface to existing instance

On the edit page of an instance, the "Add Item" button under network interfaces is in the disabled state. Since the button is visible, I guess this operation should be allowed in some way. Is it correct? How can I add a new interface to an existing…
1
2 3
16 17