0

I have a single Docker container running (into a VPN network) on Bluemix to run my Secure Gateway Client in order to stabilish a VPN connection between Cloud to Site and it's working.

I'm trying to migrate this container to run on Kubernetes because IBM will deprecate single docker instances on Bluemix. But running the same image into a Kubernetes Cluster a get the error bellow:

[2017-10-02 13:52:11.766] [ERROR] (Client ID 17) The response is code: ENOTFOUND, message: getaddrinfo

Does anyone knows what is happening? The secure gateway client image I'm using is "ibmcom/secure-gateway-client"

Thanks,

Jeff Sloyer
  • 4,899
  • 1
  • 24
  • 48
  • 1
    `getaddrinfo` implies a DNS resolution error. How is your DNS configured in your cluster? – jaxxstorm Oct 02 '17 at 19:02
  • Hello jaxxstornm, I'm using the default configuration: I found "dnsPolicy": "ClusterFirst" in my json Pod config. Beyond that, I did nothing about DNS configuration. Is threre anything more to setup? – Diego Bolognesi Pinto Oct 03 '17 at 13:50

0 Answers0