I\'ve set up an application stack running on Google Kubernetes Engine + Google Cloud SQL. When developing locally, I would like my application to connect to a postgres datab
Mysql server should connect to private IP, and that private IP can be used in application.
Prefer way is to create kubernetes service+endpoint pointing to Mysql Server IP.