fluent-bit-kubernetes-logging
fluent-bit-kubernetes-logging copied to clipboard
Fluent Bit Kubernetes Daemonset
I have just tried to install fluentbit as DS on a GKE cluster (v1.9.2), followed the README, I created the namespace and the service account, but when I tried to...
I am experiencing a lot of instability when applying the latest changes from 0.13-dev branch, specifically #16 Eventually if a pod crashes on a busy nodes and enters CrashLoopBackOff, it...
What would be a good set of CPU and memory requests and limits? For comparison, this is filebeat: ``` resources: requests: cpu: 2m memory: 10Mi limits: cpu: 10m memory: 20Mi...
Hi Team, We have configured the fluent-bit->Kafka data pipeline with the below mentioned link. https://github.com/fluent/fluent-bit-kubernetes-logging/tree/master/output/kafka When we have deployed this pipeline, pods are coming up, Kafka topic was created, but...
Hi Team, How to configure multiple targets in fluent-bit.(Example : Elasticsearch, Kafka) in one single daemonset file. We are able to configure single target elasticsearch with fluentd daemonset with below...
It would be nice to have a How To on how to uninstall from a kubernetes cluster.