Skip to content

Commit 95cd1d5

Browse files
authored
Merge pull request kubernetes#74209 from monotek/fluentd-helm-readme
added production note about EFK stack to the readme
2 parents feb0937 + fc850b5 commit 95cd1d5

File tree

1 file changed

+17
-1
lines changed
  • cluster/addons/fluentd-elasticsearch

1 file changed

+17
-1
lines changed

cluster/addons/fluentd-elasticsearch/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ information.
1515
## Elasticsearch
1616

1717
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.
1919

2020
### Security
2121

@@ -89,3 +89,19 @@ avoid Fluentd pods scheduling there.
8989
[k8sElasticsearchDocs]: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana
9090

9191
[![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)

0 commit comments

Comments
 (0)