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
There is a potential solution for this called Telepresence which allows to have a local workload to be proxied into the cluster as if it were actualy run within that kube cluster.