I have External Load balancer in project-lb and 3 Cloud Run services in project-app.
- Nginx based Cloud Run service, h-service-1 configured as internet enabled, all traffic allowed
- p-service-1 configured as internet enabled, all allowed
- m-service-1 configured as Internal + Load Balancer
I want to establish communication between these cloud run services. I have default network configuration.
Traffic from load balancer reaches h-service-1 and p-service-1. p-service-1 makes a call to m-service-1. Is a REST call to m-service-1 expected to work?
Is it must to have Serverless VPC connector or internal load balancer for integration with internet enabled cloud run services ?
kamath17 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.