I have a VPC network set-up with a VPN connecting to the on-prem network. Cloud router is used to create routes (BGP) internally and with the VPN network. One of the projects is hosting public Kubernetes cluster with Internal and External IPs (With Alias IP ranges). It's configured to be a part of the VPC network (using one of its subnetworks).
I'm trying to connect service running on Kubernetes to resources in the internal network (via Cloud VPN). Unfortunately, this doesn't seem to be possible. The connection is timing out.
Cloud VPN, Cloud Router is set up properly and there is access/communication between networks. The only issue is, that I can't access on-prem resources from Kubernetes containers