Skip to content

Instantly share code, notes, and snippets.

View shbhmnagar's full-sized avatar
🎯
Focusing

Shubham Nagar shbhmnagar

🎯
Focusing
View GitHub Profile
@shbhmnagar
shbhmnagar / data.md
Created September 28, 2023 06:50 — 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