mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #74209 from monotek/fluentd-helm-readme
added production note about EFK stack to the readme
This commit is contained in:
commit
95cd1d59e4
@ -15,7 +15,7 @@ information.
|
||||
## Elasticsearch
|
||||
|
||||
Elasticsearch is deployed as a [StatefulSet][statefulSet], which is like
|
||||
a Deployment, but allows for maintaining state on storage volumes.
|
||||
a Deployment, but allows for maintaining state on storage volumes.
|
||||
|
||||
### Security
|
||||
|
||||
@ -89,3 +89,19 @@ avoid Fluentd pods scheduling there.
|
||||
[k8sElasticsearchDocs]: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana
|
||||
|
||||
[]()
|
||||
|
||||
## Running EFK stack in production
|
||||
|
||||
The configurations provided here, for Elasticsearch, Fluentd & Kibana (EFK),
|
||||
are a starting point and should not be considered to be production ready.
|
||||
|
||||
If you like to run these tools in a production environment you could use the
|
||||
[Helm](https://helm.sh) charts, provided by the Helm community, which are used
|
||||
by a lot of people and therefore are widely tested. You can find them all via the
|
||||
[Helm Hub](https://hub.helm.sh/).
|
||||
|
||||
The source of the mentioned charts can be found here:
|
||||
|
||||
* [Elasticsearch](https://github.com/helm/charts/tree/master/stable/elasticsearch)
|
||||
* [Fluentd-elasticsearch](https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch)
|
||||
* [Kibana](https://github.com/helm/charts/tree/master/stable/kibana)
|
||||
|
Loading…
Reference in New Issue
Block a user