It is my first question in this community I hope that I won't be off-topic. I'm trying to connect data fusion to Cloud SQL for MySQL Instance on Private IP. Here is what I have done so far:
- Creating a private data fusion instance (VPC peering seems to be working fine)
- Creating a Cloud SQL for MySQL instance
- Creating a VM with Proxy SQL installed
I've run multiple connectivity test running the Network Intelligence module and here are the result:
- from Cloud SQL to Proxy SQL => ok
- from Proxy SQL to Cloud SQL => ok
- from cloud data fusion to Proxy SQL => ok
- from Proxy SQL to Cloud data fusion => not ok (0/50 packets delivered)
I'm not a network engineering. Sorry If I'm making any obvious mistakes.