https://github.com/marcofranssen/es-cluster-traefik
Companion repo for blog https://marcofranssen.nl/building-a-elasticsearch-cluster-using-docker-compose-and-traefik/
https://github.com/marcofranssen/es-cluster-traefik
cerebro docker docker-compose elasticsearch elasticsearch-cluster traefik traefik-v2
Last synced: about 1 month ago
JSON representation
Companion repo for blog https://marcofranssen.nl/building-a-elasticsearch-cluster-using-docker-compose-and-traefik/
- Host: GitHub
- URL: https://github.com/marcofranssen/es-cluster-traefik
- Owner: marcofranssen
- License: mit
- Created: 2020-06-17T17:47:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T18:10:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T21:18:34.856Z (3 months ago)
- Topics: cerebro, docker, docker-compose, elasticsearch, elasticsearch-cluster, traefik, traefik-v2
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elasticsearch Cluster using Traefik
This repository contains the example setup of the Elasticsearch cluster which I explained in the following blog.
[https://marcofranssen.nl/building-a-elasticsearch-cluster-using-docker-compose-and-traefik/](https://marcofranssen.nl/building-a-elasticsearch-cluster-using-docker-compose-and-traefik/)
## Run
```bash
docker-compose up -d
```## Endpoints
| Tool | URL |
| ----------------- | ------------------------------------------------ |
| [Kibana][] | [http://localhost](http://localhost) |
| [Elasticsearch][] | [http://localhost/es](http://localhost/es) |
| [Cerebro][] | [http://localhost/admin](http://localhost/admin) |[Kibana]: https://www.elastic.co/guide/en/kibana/current/index.html "Kibana 7.7 documentation"
[Elasticsearch]: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/index.html "Elasticsearch 7.7 documentation"
[Cerebro]: https://github.com/lmenezes/cerebro "Cerebro Elasticsearch admin interface"