2023-12-11 19:02:42 +00:00
|
|
|
# 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
|
2023-12-13 20:00:46 +00:00
|
|
|
- Alpine 3.18 based
|
2023-12-11 19:02:42 +00:00
|
|
|
- fluentd runs as non-root fluent user
|
|
|
|
- restrict ES Ruby SDK to <7.14 to allow connections to any OSS ES clusters
|
|
|
|
|
|
|
|
# Resources
|
|
|
|
- https://github.com/fluent/fluentd-docker-image/blob/master/v1.14/alpine/Dockerfile
|
2023-12-13 20:00:46 +00:00
|
|
|
- https://github.com/fluent/fluentd-kubernetes-daemonset/tree/master/docker-image/v1.16/debian-elasticsearch7
|