Create a docker container(s) repo that deploys an awesome OpenSearch cluster
Is your feature request related to a problem? Please describe.
There's no easy way to boot up various interesting docker clusters with OpenSearch.
Describe the solution you'd like
When I needed a working ELK cluster with logstash, ES and Kibana I found https://github.com/deviantony/docker-elk, checked that out and ran docker-compose up, and everything worked. We document how to do docker compose, but we don't actually have anything as easy as docker-elk for users. I'd like a new repo that contains docker-compose configurations for many interesting scenarios (e.g. opensearch + kibana, cluster with X nodes, opensearch + logstash that sends data to it, etc.).
Another option here might be to look at Minikube and Skaffold to create different examples of OpenSearch.
(Minikube is my preference but KinD and plenty of others exist as well).
Another option here might be to look at Minikube and Skaffold to create different examples of OpenSearch.
(Minikube is my preference but KinD and plenty of others exist as well).
I'd love to see a working version of this @DandyDeveloper :) Wink wink.