Cerebro is an open source web admin tool for Elasticsearch API, you can perform common tasks on Elasticsearch cluster via Cerebro's web interface.
- Kubernetes >=
1.10.0 - Kustomize >=
v1
- Cerebro image:
lmenezes/cerebro:0.8.1 - Cerebro repo: https://github.com/lmenezes/cerebro
Fury distribution Cerebro is deployed with following configuration:
- Replica number:
1 - Requires no authentication
- Listens on port
9000 - Resource limits are
600mfor CPU and800Mifor memory
You can deploy Cerebro by running following command in the root of the project:
$ kustomize build | kubectl apply -f -You can access Cerebro web UI by port-forwarding on port 9000:
$ kubectl port-forward svc/cerebro 9000:9000 --namespace loggingCerebro will be available on http://127.0.0.1:9000 from your browser.
To learn how to add basic authentication for Cerebro please see the example.
For license details please see LICENSE