Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Cerebro

Cerebro is an open source web admin tool for Elasticsearch API, you can perform common tasks on Elasticsearch cluster via Cerebro's web interface.

Requirements

  • Kubernetes >= 1.10.0
  • Kustomize >= v1

Image repository and tag

Configuration

Fury distribution Cerebro is deployed with following configuration:

  • Replica number: 1
  • Requires no authentication
  • Listens on port 9000
  • Resource limits are 600m for CPU and 800Mi for memory

Deployment

You can deploy Cerebro by running following command in the root of the project:

$ kustomize build | kubectl apply -f -

Accessing Cerebro UI

You can access Cerebro web UI by port-forwarding on port 9000:

$ kubectl port-forward svc/cerebro 9000:9000 --namespace logging

Cerebro 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.

License

For license details please see LICENSE