kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
186 stars 209 forks source link

[fluentd-elasticsearch] FEATURE: support for deployment instead of daemonset? #393

Closed KlavsKlavsen closed 4 years ago

KlavsKlavsen commented 4 years ago

Would you accept a PR for installing fluentd as deployment? (so I don't have a pod per physical node) - since I already have fluent-bit on all my nodes, and the configuration here even defaults to accept logs from fluent-bit forwarder.. In which case it does not make sense to run it as a daemonset ?

monotek commented 4 years ago

Thanks, but no. I don't see this chart as a multi purpose chart. It should do one thing and thats collecting node logs and send them to elasticsearch. You might want to try https://github.com/helm/charts/tree/master/stable/fluentd instead.