-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
hotreload in k8s enviroment and support tenant concept route #4648
Comments
/assign |
Can you clarify the request here? It sounds like a fluentd issue. What use case are you trying to solve and what problem are you seeing? Note that for K8S there is also the Fluent Operator which handles config reload as well: #365 |
sry.,i will clarify it later |
OK, it might be a better fit for the existing open-source fluent bit operator as well: https://github.com/fluent/fluentbit-operator |
if fluentbit-operator could route different namespace logs to configurable output, it is a better fit, but it can't :) |
Yeah but it might be an issue for the operator then rather than here. |
maybe,but if we connect input instance with output instance not only by tag match ,and also accept an map<string,string>,this should be enough |
Is that what you want then? Can you update the original request? |
sry,i made a mistake, and thanks ,i close it |
Is your feature request related to a problem? Please describe.
when process huge log traffic, fluent-bit+fluentd will encounter GC problem, that is the collected log will delay hours to DB(fluentd 100% cpu load),
Describe the solution you'd like
consider fluent-bit high performance, it should be perfect solution by add these function.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: