Kibana is an free and open frontend application that sits on top of the Elastic Stack, providing search and data visualization capabilities for data indexed in Elasticsearch.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- kibana · elastic/kibana (https://artifacthub.io/packages/helm/elastic/kibana)
Once Helm is set up properly, add the repo as follows:
$ helm repo add elastic https://helm.elastic.co
$ helm repo update
To install the chart with the release name kibana
:
$ helm install kibana --version <version> elastic/kibana -f chart/values.yaml
To uninstall/delete the kibana deployment:
$ helm delete kibana
The command removes all the Kubernetes components associated with the chart and deletes the release.