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,