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

Internal load balancer not accessible from GKE

GKE in region us-east-1 is not able to connect with Internal load balancer (us-central-1) configured with a cloudrun as backend in us-central-1 even though they're in the same VPC.

How do I make it possible?

0 1 329
1 REPLY 1

The GKE deployment, internal load balancer and cloudrun backend must be in the same region and same VPC network. You can check this example about how to create an internal load balancer for GKE. You can check the example config and your internal load balancer config.