How to connect to google cloud sql postgres db without using cloud sql proxy but with service account or WIF
I want to connect to cloud sql postgres db from java program running in Kubernetes pod. i read on internet there are several ways like using google cloud sql auth proxy etc but i wanted to if its possible to just connect via plain jdbc method using service account or WIF.