0
votes

Is there a way to connect Google Cloud Run with a service running in a Compute Engine instance in an specific port?

With Google Cloud Run I want to run a WebApp that needs to connect with a service running in Compute Engine or Google Kubernetes Engine. It's that possible?

Thanks in advance!

1

1 Answers

1
votes

Yep, this is possible. You need to create a VPC Serverless connector and use it to connect to the internal IPs of the VMs in GCE or any resource in the VPC.