File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
cluster/addons/fluentd-elasticsearch Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ information.
15
15
## Elasticsearch
16
16
17
17
Elasticsearch is deployed as a [ StatefulSet] [ statefulSet ] , which is like
18
- a Deployment, but allows for maintaining state on storage volumes.
18
+ a Deployment, but allows for maintaining state on storage volumes.
19
19
20
20
### Security
21
21
@@ -89,3 +89,19 @@ avoid Fluentd pods scheduling there.
89
89
[ k8sElasticsearchDocs ] : https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana
90
90
91
91
[ ![ Analytics] ( https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-elasticsearch/README.md?pixel )] ( )
92
+
93
+ ## Running EFK stack in production
94
+
95
+ The configurations provided here, for Elasticsearch, Fluentd & Kibana (EFK),
96
+ are a starting point and should not be considered to be production ready.
97
+
98
+ If you like to run these tools in a production environment you could use the
99
+ [ Helm] ( https://helm.sh ) charts, provided by the Helm community, which are used
100
+ by a lot of people and therefore are widely tested. You can find them all via the
101
+ [ Helm Hub] ( https://hub.helm.sh/ ) .
102
+
103
+ The source of the mentioned charts can be found here:
104
+
105
+ * [ Elasticsearch] ( https://github.com/helm/charts/tree/master/stable/elasticsearch )
106
+ * [ Fluentd-elasticsearch] ( https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch )
107
+ * [ Kibana] ( https://github.com/helm/charts/tree/master/stable/kibana )
You can’t perform that action at this time.
0 commit comments