We are putting together a new cluster of 10 machines. Each machine has 132GB memory, so we want to put two Elasticsearch nodes (each with 30GB) on each machine, each node in its own docker container - that should result in 20 nodes on 10 machines. We have got docker to allow the two nodes on each machine to multicast discover each other, but have not been able to get the nodes to communicate with ES nodes on other machines. I know it would be rather easy to do using Unicast, but I would rather keep our cluster more flexible to grow/shrink in the future, so would prefer not to have another configuration to maintain...
Does anyone have an example recipe for Docker and Elasticsearch in this or similar configuration using Multicast? Cheers! -Robin- -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e9c8c7d7-1785-46a5-9cba-57cb4c7480fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
