Hi,
I Have an Internal Load Balancer in VPC A of project A. alongside GKE.
and in VPC B of Project B, I have a VM running.
I created a peering connection intra-project with these VPCs.
I’m able to ping running pods' IPs in VPC A of PROJECT A
from Project B of VPC B
but in VPC A of Project A, there is an internal LB, I’m not able to access that from PROJECT B and VPC B.
for VPC A in Project A, I have added a firewall to allow all ingress traffic at `10.0.0.0/8`.
I tried to telnet <internal LB > 80 - it says connection refused.
tried traceroute, it does not stop and completes 64 hops. - not reachable anywhere.
Ping does not work either.
Is there anything I'm missing?