Skip to content

Commit 384f747

Browse files
drnickiwosterman
authored andcommitted
FAQ: fluentd rollout (#442)
* add FAQ: fluentd rollout * update fluentd FAQ * add tags to title and description for fluentd
1 parent 330341a commit 384f747

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

content/faq/fluentd-rollout.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "How will `fluentd` be rolled out?"
3+
description: "We deploy `fluentd` as a `DaemonSet` that runs on all nodes."
4+
tags:
5+
- fluentd
6+
- DaemonSet
7+
- logs
8+
---
9+
10+
## Question
11+
12+
How will `fluentd` be rolled out?
13+
14+
15+
## Answer
16+
17+
We deploy `fluentd` as a `DaemonSet` that runs on all nodes. It forwards/annotates all logs with contextual information, then ships it to a log sink. We've used Datadog logs, CloudWatch logs, and ElasticSearch. It supports a multitude of other backends, including Splunk and S3.
18+
19+
More information is available [here.](https://github.com/cloudposse/charts/tree/master/incubator/fluentd-kubernetes)

0 commit comments

Comments
 (0)