Questions tagged [google-nat-gateway]

4 questions
1
vote
1 answer

Serverless spark job throwing an error while using shared VPC to connect on-prem storage

I am trying to run simple serverless spark(dataproc batch) job which reads object from on-prem ECS with shared VPC. I have open egress firewall in shared vpc to connect on-prem storage but I don't see that firewall rule is getting hit There are very…
0
votes
2 answers

How to route all outgoing traffic of a Pod in GKE

We have a GKE Autopilot Cluster and an external Address/Cloud NAT set up. For certain Pods we want to ensure that all their outgoing traffic (layer 4) is routed through that external address. The only possibilities I can think of is to make the…
0
votes
2 answers

AWS NAT gateway

https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html aws document says - Public – (Default) Instances in private subnets can connect to the internet through a public NAT gateway, but cannot receive unsolicited inbound connections…
0
votes
1 answer

GCP CloudRun - Add NAT Gateway or Internal Service Ingress All?

In CloudRun: public-service needs to talk to internal-service and the internet internal-service talks to the internet Option1: Ideally, internal-service has ingress as internal, but in doing so, public-service requires a vpc-connector for…