Kibana is an open source analytics and visualization platform for Elasticsearch. Kibana lets you perform advanced data analysis and visualize data in a variety of charts, tables and maps. You can use it to search, view and interact with data stored in Elasticsearch indices.
- Kubernetes >=
1.10.0 - Kustomize >=
v1
- Kibana image:
docker.elastic.co/kibana/kibana:6.4.1 - Kibana repo: https://github.com/elastic/kibana
- Kibana documentation: https://www.elastic.co/guide/en/kibana/6.4/index.html
- Replica number:
1 - Listens on port
5601 - Resource limits are
300mfor CPU and800Mifor memory
You can deploy Kibana by running following command in the root of the project:
$ kustomize build | kubectl apply -f -To learn how to constrain Kibana deployment please see the example.
You can access Kibana web UI by port-forwarding on port 5601:
$ kubectl port-forward svc/kibana 5601:5601 --namespace loggingKibana will be available on http://127.0.0.1:5601 from your browser.
For license details please see LICENSE