Hi, I have setup ignite on kubernetes using this link <https://apacheignite.readme.io/docs/kubernetes-deployment>. The setup is ready, I wanted to try few curl commands as mentioned in this link <https://apacheignite.readme.io/docs/rest-api>.
As per the ignite kubernetes setup guide, the rest port is But when I try it, it gives empty reply. As per my understanding 8080 is the port for curl commands by default. So I exposed 8080 port and then tried the curl command and it worked. As per the setup guide, following ports are exposed: - containerPort: 11211 # REST port number. - containerPort: 47100 # communication SPI port number. - containerPort: 47500 # discovery SPI port number. - containerPort: 49112 # JMX port number. - containerPort: 10800 # SQL port number. So I wanted to know, what is the port 11211 used for and what is the actual rest port. *Thanks & Regards,* *Vishwas *