Closed gregbkr closed 6 years ago
Hi @gregbkr,
Sorry for the late answer.
Unfortunately, it is not possible due to some docker environment limitations like https://github.com/docker/libnetwork/issues/552. You need to use extra plugins for example Weave Net networking plugin for Docker for this purpose.
I hope I could help.
Hello Hazelcast team,
I am using your product on 3 of my app so far, very happy with performance during these years! I am now moving to docker and try to migrate. I could make a demo with your basic image running on two separate servers. But when I remove this option
--net:host
, I am unable to find the right config to make it works. Can you tell me if this setup is possible? I saw many posts with auto discovery in kubernetes, aws, or simple unicast. Is multicast definively not possible on physical host running simple containers (without any service discovery, other that the default HZ multicast)? I am open to options.My two servers: Clup98:
Clup99:
docker-compose.yml
hazelcast.xml (Clup98)
hazelcast.xml (Clup99)
Each host can see only itself:
Not sure how to troubleshoot this issue.
Thank you for any help on this matter & good weekend! Regards, Greg.