This repository contains Fluentd plugins which are bundled into a custom Fluentd image. This image is then used by sumologic-kubernetes-collection.
Images from this repository are pushed to Sumo Logic public AWS ECR at public.ecr.aws/sumologic/kubernetes-fluentd.
The images are built for the following architectures:
linux/amd64
linux/arm/v7
linux/arm64/v8
To build image only for the build host's architecture:
make build
To build image for all supported architectures and push it to a registry:
make build-push-multiplatform REPO_URL=my-repo/fluentd BUILD_TAG=custom-tag
make test