Questions tagged [google-vpc]
243 questions
0
votes
4 answers
Google Cloud Platform - Pub/Sub push to private (VPN) on-premise listeners?
Official documentation for Pub/Sub service states that Push is available to listeners that are available on public network:
An HTTPS server with non-self-signed certificate accessible on the public web.
That sounds pretty clear - but I wonder if I…

Ivan
- 867
- 1
- 8
- 15
0
votes
1 answer
GCP subnetworks.listUsable does not return shared subnets
I have a Shared VPC setup between 2 projects - Shared VPC Host Project P1 and Shared VPC Service Project P2. The host project P1 shares certain subnets with P2, which I can see on the console. I have Owner, Service Networking Admin and Compute…

Aiswarya Bhavanishankar
- 159
- 1
- 8
-1
votes
1 answer
How to use dynamic value for firebase cloud function configuration parameter: vpcConnector
I would like to create the following firebase cloud function:
import * as functions from "firebase-functions";
export const myCloudFunction = functions
.runWith({vpcConnector: process.env.VPC_CONNECTOR})
…

Manish Sharma
- 170
- 2
- 11
-1
votes
1 answer
what is the best practices for users working from home to connect google cloud vpcs
Today we are on corporate network whos connect to the google cloud vpc through an IPSec configure on a FW, but sooner this building will be deactivated and every collaborator will work from home.
Looks like GCP does not have a service to provide…

argdenis
- 21
- 4
-1
votes
1 answer
Connect multiple GCP Cloud VPN Gateways with a Shared VPC and a Compute Instance
I'd like to use Cloud VPN to connect my GCP world with multiple different on premise networks. For this purpose I use classic Cloud VPN tunnels which works fine. Obviously, all these VPN Gateways (on cloud side) use their own VPC.
Now I want to make…

Teosch
- 49
- 4
-1
votes
2 answers
What makes a Virtual Private Cloud (VPC) in particular private?
I am learning cloud computing but i am still confused in some basics. While it is accessible from the internet, what exactly makes a Virtual Private Cloud (VPC) private? Is it the VPN connection, the solution architecture, or the virtual network?
Is…

Aisthesis Cronos
- 88
- 2
- 12
-1
votes
1 answer
GKE non VPC-native clusters internal networking?
Right now I have multiple GKE clusters within one Google Region.
All the clusters are part of the same network and subnet. The important note is that some of those are VPC-native some are not.
Fancy features like MultiClusterService can be used only…

Ivan Aracki
- 4,861
- 11
- 59
- 73
-1
votes
2 answers
How to connect appengine to vpc-connector
I have a django project that I deploy to Cloud Run. It uses two GCP resources - a Postgres database, and a Redis MemoryStore instance for caching.
Redis instances can only be connected to with serverless VPC, an extra service with extra costs. So in…

talkingtoaj
- 848
- 8
- 27
-1
votes
1 answer
GCP, Cloud Run external IP is not working
I followed this https://cloud.google.com/run/docs/configuring/static-outbound-ip
and it is not working
I can now check the static IP address on the VPC page and Cloud NAT page. (They both have the same address)
Why is that? I can still connect to…

dontknowhy
- 2,480
- 2
- 23
- 67
-1
votes
1 answer
How to access the internet via other VPC NAT?
Background
I have two Google Cloud VPC networks. VPC A and B. B network was peered into A network.
The VPC A has a NAT gateway with connectivity to the internet.
Instances running in VPC B has no internet connectivity.
Question
I want to connect VPC…

No1Lives4Ever
- 6,430
- 19
- 77
- 140
-1
votes
2 answers
Google Cloud create dns peering without VPC peering in different GCP projects
I' trying to learn DNS Peering in Google Cloud DNS.
I followed the google cloud guide page but unable to create managed-zones with service account of dns peer.
Below command was executed
gcloud dns managed-zones create dns-peer-zone …

Learner
- 1,544
- 8
- 29
- 55
-2
votes
1 answer
Is it a good idea to create a subnet for each gke cluster?
While reading Google gke docs I found the option to create a network per cluster and I am wondering whether it's a good idea to do that from the network perspective.
I found it useful in my scenario since I want to use a shared VPC and connect all…

Naran
- 83
- 6
-2
votes
1 answer
has anyone managed to create a Reverse DNS Zone on GCP -?
Just created a Reverse DNS Managed Zone as mentioned here - https://cloud.google.com/dns/docs/zones/managed-reverse-lookup-zones - How do we add VM IPs ? with Terraform - Since the Reverse DNS Zone adds Networks to it - Wondering How will add PTR…
-2
votes
1 answer
Why I need to enable Cloud NAT when downloading any patch for my OS even if I am using Private Google Access
I have enabled Private Google Access for my VPC. I enabled access for private.googleapis.com ( used link. But while running any OS upgrade like Windows Update or Linux Update (sudo apt-get update) I'm not able to connect the repositories. It worked…

AMIATAVA CHAKRABORTY
- 25
- 1
-2
votes
1 answer
Connecting App engine standard to private ip vm of another gcp project
I am having a Private ip vm in project A with vpc N1 and in project B a vpc N2. Both are peered and I am trying to connect to the private ip vm from project B through app engine standard using a serverless vpc connector. But i not able to connect.…