Hello,
I was looking over the documentation for multi-node option while using docker. I have a few questions:
1. I want to have the 1 master node and 1 worker node on the same server, 1 dashboard node on a separate server, and 2 index nodes on 2 separate servers for my deployment. What is the best way to perform this configuration using docker?
2. Right now I have the git repository cloned and followed the instructions for multi-node. But I am confused on next steps to separate out and how to add additional nodes on different serves.
3. Do I have pull the docker image for indexer, docker image for dashboard on the other servers and then what do I specifically need to configure in those docker images to communicate to the master server?
Any help would be great.