opensearch-devops icon indicating copy to clipboard operation
opensearch-devops copied to clipboard

Create a docker container(s) repo that deploys an awesome OpenSearch cluster

Open dblock opened this issue 4 years ago • 2 comments

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.).

dblock avatar Jun 04 '21 19:06 dblock

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).

DandyDeveloper avatar Jul 26 '21 07:07 DandyDeveloper

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.

dblock avatar Jul 26 '21 13:07 dblock