Hi I had recently come across this similar issue. I have multiple ignite server pods up in a cluster and running in 3 - 4 nodes. At the same time, I have ignite clients that can connect and work perfectly fine if they are running as pods in these nodes.
I tried to implement an external client connecting to the ignite server pods cluster but no avail. I have followed through the readme.io pages of kubernetes discovery. Here are the issues I had confronted: 1) Setting hostNetwork = True in the yaml configuration of ignite pods is a network issue because running multiple containers on a node and each container trying to host the port would send an error. So, I tried running one container - one node. 2) I have added a comment IGNITE-4161 <https://issues.apache.org/jira/browse/IGNITE-4161> with the exact client configurations which seem to retrieve the server pods IP addresses. But no connection is made. I'm afraid no one has tried this before successfully and no development on external clients are made as someone had posted in the same Jira- issue. Thank you. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
