``` Updated: asserts/asserts: - 1.11.0 bitnami/wordpress: - 15.2.15 cockroach-labs/cockroachdb: - 9.1.1 elastic/elasticsearch: - 8.5.1 elastic/kibana: - 8.5.1 elastic/logstash: - 8.5.1 hashicorp/consul: - 0.49.1 nutanix/nutanix-csi-storage: - 2.6.1 ``` |
||
---|---|---|
.. | ||
test | ||
Makefile | ||
README.md |
README.md
Default
This example deploy Kibana 8.5.1 using default values.
Usage
-
Deploy Elasticsearch Helm chart.
-
Deploy Kibana chart with the default values:
make install
-
You can now retrieve the
elastic
user password and setup a port forward to connect Kibana:# Get elastic user password: kubectl get secrets --namespace=default elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d # Setup port forward kubectl port-forward svc/helm-kibana-default-kibana 5601
Testing
You can also run goss integration tests using make test