1

I have deployed single node ignite cluster on VM (Google Compute Engine).

My local app is trying to connect with this remote ignite cluster using the IP and port (thinClient).

ClientConfiguration cfg = new ClientConfiguration().setAddresses("vm_ip:10800");

This is not working with the following config.

Do I need to explicitly configure something in ignite cluster to get access from remote?

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
Rahul Ranjan
  • 195
  • 2
  • 11
  • It looks like firewall restriction to connect to port 10800. It worked with other vm having less restricted firewall. – Rahul Ranjan Jun 01 '23 at 10:39
  • How is this different from your [other question](https://stackoverflow.com/questions/76371115/how-to-access-ignite-cluster-deployed-on-kubernetes-using-thinclient-external)? – Stephen Darlington Jun 02 '23 at 12:40
  • @StephenDarlington: the other question has ephemeral IP. as Pod is destroyable in nature in k8s environment. So accessing via LB or ingress is desirable from outside apps.. in this case, the IP is reserved for GCE instance. – Rahul Ranjan Jun 05 '23 at 16:00

0 Answers0