Hi,
I have a small challenge using a RMI service over rancher.
I have a remote JCS cache. It seems that JCS will lookup it’s own hostname and return the IP registered.
Right now it will return a 172.17.0.x address.
Is there a way of forcing the local hostname of container to be resolved as the container IP?
I hope I made myself clear
–EDIT
After a complete removal of service (including images) and a new deployement, the container suddenly started listening on the correct port.
I do not know why. Maybe a glitch in the DNS service.
I’ll see if I can reproduce this issue after some more testing.