Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
95cd1d59
Unverified
Commit
95cd1d59
authored
Mar 04, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #74209 from monotek/fluentd-helm-readme
added production note about EFK stack to the readme
parents
feb0937f
fc850b5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
README.md
cluster/addons/fluentd-elasticsearch/README.md
+17
-1
No files found.
cluster/addons/fluentd-elasticsearch/README.md
View file @
95cd1d59
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment