/fluent-bit-k8s-deploy

Deploy fluent bit on kubernetes

Primary LanguageMakefileApache License 2.0Apache-2.0

fluent-bit-k8s-deploy

License

Deploy fluent bit on kubernetes, send log to http endpoint.

Deploy

Deploy fluent-bit ServiceAccount, ClusterRole, ClusterRoleBinding.

Fluent-bit will run in DaemonSet mode and output the log to the http server in json format.

You need to configure FLUENT_HTTP_HOST and FLUENT_HTTP_PORT in Makefile, FLUENT_HTTP_HEADER and FLUENT_HTTP_URI are optional.

make deploy

Delete

Delete fluent bit.

make delete

Clean

Remove build directory.

make clean

Get Help

The fastest way to get response is to send email to my mail:

License

Please refer to LICENSE file.