Custom Fluentd container Possible use as drop in replacement for fluentd-kubernetes-daemonset using the upstream fluentd Helm charts.
Go to file
Stefan Reimer 53a2ffb10b
ZeroDownTime/fluentd-concenter/pipeline/head This commit looks good Details
ci: Add Jenkinsfile
2023-12-13 16:57:42 +00:00
.ci Merge commit 'e0e03ed4d1dfa74e01b0d648a282ca4020536021' as '.ci' 2023-12-12 08:56:35 +00:00
Dockerfile first commit 2023-12-11 19:02:42 +00:00
Gemfile first commit 2023-12-11 19:02:42 +00:00
Jenkinsfile ci: Add Jenkinsfile 2023-12-13 16:57:42 +00:00
Makefile ci: Integrate ci-tools 2023-12-12 08:58:52 +00:00
README.md Squashed '.ci/' content from commit 2c44e4f 2023-12-12 08:56:35 +00:00
entrypoint.sh first commit 2023-12-11 19:02:42 +00:00
fluent.conf first commit 2023-12-11 19:02:42 +00:00
renovate.json Add renovate 2023-12-11 19:03:14 +00:00

README.md

fluentd-concenter

Public Repo: https://gallery.ecr.aws/zero-downtime/fluentd-concenter

Abstract

Custom Fluentd container.

Possible use as drop in replacement for fluentd-kubernetes-daemonset using the upstream fluentd Helm charts.

Changes from fluentd-kubernetes-daemonset

  • Alpine 3.14 based
  • passes Trivy scan as of Sep. 02 2021
  • fluentd runs as non-root fluent user
  • remove fluent-plugin-detect-exceptions due to being unmaintained and pulling in insecure dependencies
  • restrict ES Ruby SDK to <7.14 to allow connections to any OSS ES clusters
  • latest plugins otherwise

Resources