Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for StatefulSet in fluent-bit chart #398

Closed

Conversation

andresperezl
Copy link
Contributor

This adds the initial support to deploy fluent-bit chart as a StatefulSet, which is helpful when using the Filesystem storage and using fluent-bit as a set of collectors, which allows when scaling fluent-bit to dynamically create the volumes where the data is stored, and also when it recovers so it can keep reading from the same volume in case of a crash.

Signed-off-by: Andres Perez <andres.perez@ubisoft.com>
@stevehipwell
Copy link
Collaborator

@andresperezl thanks for the PR but I'm not sure there is value in adding additional complexity to the existing Fluent Bit chart when the plan moving forwards is to focus on separate charts for collection and aggregation.

The following two charts are effectively development versions of the new Fluent Bit charts and the main blocker for bringing them to this repo is process not engineering. I suspect that the aggregator chart would meet your requirements.

@andresperezl
Copy link
Contributor Author

Oh nice, didn't know about those, will close this PR then. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants