Hi, I have deployed ignite cluster on kubernetes environment (GKE). Have created k8s ingress for thinclient . My local app needs to connect this ignite cluster .
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) Thanks, Rahul Ranjan