Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

cloud run for backends

The scenario is this: haproxy, databases, IIS and backends .Netcore Linux, hosted in VMs on "Google compute engine" so i want to migrate these .net backend services to Google Cloud run, and access then privately from my vpc as an address so i could redirect from my haproxy configs. Is it possible, and how?

0 2 279
2 REPLIES 2

Yes, it is possible. Keep in mind that GCC is not a tutorial service, so providing exact steps on how to do this might not happen. Cloud Run uses Container Images. You can start with that. Cloud Run is accessible only through HTTP, no other protocols are supported. i.e. It's not possible to access with SSH to Cloud Run. However, Cloud Run can access in SSH to the VM.

Thanks for you reply. I understand what you said, so the address used to access or, im my case, redirect de trafic from my haproxy in my VPC to the cloudrun container would be the "https://exemple-zhvibwqa3a-rj.a.run.app"  address? Can it be http  ?

Top Solution Authors