You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Ready to use Elasticsearch + Kubernetes discovery plug-in Docker image.
2
+
3
+
Ready to use lean (210MB) Elasticsearch Docker image ready for using within a Kubernetes cluster.
3
4
4
5
[](https://quay.io/repository/pires/docker-elasticsearch-kubernetes)
5
6
6
7
## Current software
7
8
8
9
* Oracle JRE 8 Update 51
9
10
* Elasticsearch 1.7.1
10
-
* Kubernetes plug-in 1.2.1
11
+
* Kubernetes plug-in 1.3.0
11
12
12
13
## Pre-requisites
13
14
14
-
* Docker 1.5.0+
15
+
* Docker 1.7.0+
15
16
16
17
## Run
17
18
18
-
You need a folder named `config` with your own version of `elasticsearch.yml`. You can add other Elasticserach configuration files to this folder, such as `logging.yml`.
19
-
20
-
```
21
-
docker run --rm -v /path/to/config:/elasticsearch/config quay.io/pires/docker-elasticsearch-kubernetes:1.7.1
22
-
```
23
-
24
-
In case you want to specify a data folder so that Elasticsearch writes to storage outside the container, run
25
-
```
26
-
docker run --rm -v /path/to/config:/elasticsearch/config -v /path/to/data_folder:/data quay.io/pires/docker-elasticsearch-kubernetes:1.7.1
27
-
```
19
+
See [pires/kubernetes-elasticsearch-cluster](https://github.com/pires/kubernetes-elasticsearch-cluster) for instructions on how to run, scale and use Elasticsearch on Kubernetes.
0 commit comments