Files
configpolicy/group_vars
Dustin C. Hatch 5dba0aec8f fluent-bit: create configmap for kubernetes nodes
The last step in replacing Loki with Victoria Logs is to ingest logs
from Kubernetes pods.  Like Promtail, Fluent Bit is capable of
augmenting log records with Kubernetes metadata, so we can search for
logs by pod name, namespace, etc.  This of course requires access to the
Kubernetes API, and the easiest way to provide that is to run Fluent Bit
as a Kubernetes pod, granting its service account the appropriate
permissions.

Since Fluent Bit also collects logs from the systemd journal, I want to
make sure the configuration for that function stays the same on
Kubernetes nodes as on all other servers.  One way to do that would be
to run two different instances of Fluent Bit: one managed by Ansible
that collects journal messages, and another managed by Kubernetes that
collects pod logs.  This seems like unnecessary overhead, so I have
chosen a hybrid approach.  Ansible manages the configuration for the
process running in Kubernetes.
2025-12-04 21:26:03 -06:00
..
2025-12-01 09:56:34 -06:00
2018-08-19 14:17:48 -05:00
2020-01-25 13:57:04 -06:00
2023-07-17 16:36:37 -05:00
2025-03-16 16:37:19 -05:00
2025-07-27 17:45:46 -05:00
2025-11-19 07:43:29 -06:00
2025-04-21 08:28:49 -05:00
2024-11-24 10:33:21 -06:00
2025-07-22 16:21:49 -05:00
2018-08-12 10:27:20 -05:00
2018-07-15 09:19:39 -05:00
2019-09-19 19:51:45 -05:00
2018-04-14 15:47:49 -05:00