douqi5079 2018-06-08 07:09
浏览 38

Kubernetes /代理端汽车的Cloud SQL连接

Ive got a Pod with a Golang binary running an REST API. There's a side car in the pod for the gce cloud SQL proxy.

I'm constantly getting a "dial tcp 127.0.0.1:3306: connect: connection refused" error

The Proxy to CloudSQL connectivity is working, I can successfully connect via the cloud shell with the same credentials.

In the pod, I've also added the mysql client and I can connect to my database, so I think the credentials and everything are OK, I've proved the proxy to cloudsql connection works and can query the database

I have the following;

  • Golang binary from 1.10
  • Kubernetes Engine on Google Cloud
  • Cluster Version: 1.10.2-gke.3
  • Binary runs on top of an alpine:latest container
  • Current SQL Libary is https://github.com/go-sql-driver/mysql
  • GCE Cloud Proxy Latest and 1.11
  • Credentials added as environment variables are correct user:password@tcp:host:port/DATABASE
  • code uses get os.Getenv for env variables
  • Used this as the reference: https://cloud.google.com/sql/docs/mysql/connect-kubernetes-engine
  • Cloud SQL instance is up and running
  • secrets are created in kube and mounted as volumes too

The only change prior to this working a few months back during an previous test was the addition of services to the kubernetes deployment, and running the deployment and everything in a namespace called alpha, not default. The credential are created and everything in the name space.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 基于卷积神经网络的声纹识别
    • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
    • ¥100 为什么这个恒流源电路不能恒流?
    • ¥15 有偿求跨组件数据流路径图
    • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
    • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
    • ¥15 CSAPPattacklab
    • ¥15 一直显示正在等待HID—ISP
    • ¥15 Python turtle 画图
    • ¥15 stm32开发clion时遇到的编译问题