Hi, I have deployed an ignite cluster on the kubernetes environment (GKE). Have created k8s ingress for thinclient coonection. My local app (which is outside the k8s env) needs to connect to this ignite cluster .
Have tried using the following snippet. This is not working for thinClient using ignite-core and ignite-client library (version 2.14.0) String url = ingress_url ClientConfiguration cfg = new ClientConfiguration().setAddresses(url); Could you please suggest how to connect (*thinclient*) to the ignite cluster, from outside the k8s environment. Thanks, Rahul Ranjan On Wed, 31 May 2023 at 21:32, Rahul Ranjan <mishra.rahul.ran...@gmail.com> wrote: > 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 > > >