I am still new to GCP/GKE networking.
I have a mysql database located in environment A, in region east4, subnet subent-1. I need to access that database from environment B in region east4, subnet subnet-2 by private ip address.
My application is running in one of the Pods in the cluster in environment B. The cluster is assigned to subnet-2.
I set up VPC native for each environment and the two networks are connected through "vpc peering".
Any suggestions to approach to this will be greatly appreciated.
won