Skip to content

Instantly share code, notes, and snippets.

View n-lekic's full-sized avatar

Nemanja Lekić n-lekic

View GitHub Profile
@n-lekic
n-lekic / data.md
Created March 31, 2021 11:29 — forked from dapangmao/data.md
Top 10 lessons learned from Dockerized Elasticsearch

Combining Docker and Elasticsearch together will make many things in life easier. Depending on the scales, there are three scenarios for an implementation of Elasticsearch use case -

    1. Single ES instance and single machine
    1. Multiple ES instances and single machine
    1. Multiple ES instances and multiple machines

Docker has three mechanisms corresponding to each of the scenarios above.

    1. Docker commands
    1. Docker Compose