Deploy fluent bit on kubernetes, send log to http endpoint.
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 fluent bit.
make delete
Remove build directory.
make clean
The fastest way to get response is to send email to my mail:
Please refer to LICENSE file.