During local development with Kubernetes/minikube, how should I connect to postgres database running on localhost?

前端 未结 4 1460
太阳男子
太阳男子 2021-01-02 02:24

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

4条回答
  •  别那么骄傲
    2021-01-02 02:36

    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.

提交回复
热议问题