Hello everyone! I'm just new here, I would already thank everyone reading this.
I already have a small and simple 3 node cluster running elastic with the puppet module but... I'm getting some new hardware (with some SSDs but also some generous HDDs) to start a new cluster. My idea is not to use puppet elastic modules anymore and implement it with docker images on them (I'll use puppet docker module, anyway)
So, I was wondering if it's possible to:
*Use docker container for ES: I'm already using it in a "mononode config" and it's great
*Define a hot node that would use the SSD and a warm node that would use the HDD, if it's possible calling the same docker instance and
*Make all of that using the server docker's host network (not bridging)
Any pointer will be welcome. Thanks again!!