I have deployed ignite cluster on kubernetes environment (GKE). Have created k8s ingress for thinclient .
My local app needs to connect the ignite cluster using following code.
String url = ingress_url
ClientConfiguration cfg = new ClientConfiguration().setAddresses(url);
This is not working for thinClient using ignite-core and ignite-client library (version 2.14.0)
What is the right approach for external apps to access ignite cluster deployed on k8s env.