You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This chart installs an elasticsearch cluster with kibana and logstash by default.
4
+
You can optionally disable logstash and install Fluentd if you prefer. It also optionally installs filebeat, nginx-ldapauth-proxy and elasticsearch-curator.
5
+
6
+
## Prerequisites Details
7
+
8
+
* Kubernetes 1.8+
9
+
* PV dynamic provisioning support on the underlying infrastructure
10
+
11
+
## Chart Details
12
+
This chart will do the following:
13
+
14
+
* Implemented a dynamically scalable elasticsearch cluster using Kubernetes StatefulSets/Deployments
15
+
* Multi-role deployment: master, client (coordinating) and data nodes
16
+
* Statefulset Supports scaling down without degrading the cluster
17
+
18
+
## Installing the Chart
19
+
20
+
To install the chart with the release name `my-release`:
0 commit comments