fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
580 stars 247 forks source link

Refining the helm chart section #215

Open wenchajun opened 2 years ago

wenchajun commented 2 years ago

Although the helm-chart for fluentbit-operator has now been upgraded to fluent-operator, there are some features that need to be improved. Reference can be made to:https://github.com/fluent/helm-charts Some parameters need to be configured or customised to suit the situation.

zhu733756 commented 2 years ago

Any other propsals?

benjaminhuo commented 2 years ago

autoscaling might not work for stateful set

zhu733756 commented 2 years ago

autoscaling might not work for stateful set

Supported k8s verion > 1.9, see https://stackoverflow.com/questions/54663845/apply-hpa-for-statefulset-in-kubernetes

kaiohenricunha commented 1 year ago

https://stackoverflow.com/questions/54663845/apply-hpa-for-statefulset-in-kubernetes

It would be a really nice feature to have and help even out Fluentd CPU usage, which is usually the bottleneck.

HPA now supports StatefulSets.

thiagoabdo commented 11 months ago

Anything I could do to help with the HPA support for fluentds deployed trough the operator?

wenchajun commented 11 months ago

You can give your opinion and then we can discuss it together.