Configure Fluent Bit to run inside Kubernetes cluster to send logs to Loggly
Read this in other languages: English, Español.
Configure Fluent Bit to run inside a Kubernetes cluster to send logs to Loggly
In your kubernetes cluster
$ kubectl create -f fluent-bit-service-account.yaml
$ kubectl create -f fluent-bit-secrets-loggly.yaml
$ kubectl create -f fluent-bit-configmap-loggly.yaml
$ kubectl create -f fluent-bit-ds-loggly.yaml
For more examples and usage, please refer to https://moisesbm.wordpress.com/2018/08/25/kubernetes-with-fluent-bit-to-send-logs-to-loggly/.
Moisés Belchín
@moises_b_m
https://github.com/mbelchin/
Distributed under the MIT license. See LICENSE
for more information.
For a detailed explanation, please refer to: https://moisesbm.wordpress.com/2018/08/25/kubernetes-with-fluent-bit-to-send-logs-to-loggly/
This project was created to find a simple way to configure FluentBit inside a Kubernetes cluster to send logs to a Loggly account.
If you consider some things could be improved or you know another simpler, easier configurable tools, please open a discussion thread so all of us could benefit from those improvements.
- Fork it (https://github.com/mbelchin/kubernetes-fluent-bit-loggly/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am '<type>(scope): add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request