2

Background I'd like to connect Wordpress docker container to a Google Could SQL instance. By default Google Cloud SQL only expose an IPv6 address and preferably I'd like to connect Wordpress to this address but I can't find a way to do so (see my other stackoverflow post for details).

Question

I'd like to know if it's possible to connect to an IPv6 address from a pod running in Kubernetes (GKE)? If so how?

Community
  • 1
  • 1
Johan
  • 29,394
  • 26
  • 118
  • 185

1 Answers1

2

Currently, Google Cloud Platform Networks only support IPv4, so connecting to IPv6 addresses from GKE is not possible.

CJ Cullen
  • 4,854
  • 1
  • 21
  • 31
  • 1
    Have there been any updates on this by any chance? Anything within GCS other than waiting on Kubernetes for it? https://github.com/kubernetes/kubernetes/issues/1443 – glesage Apr 24 '17 at 22:23