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!