Kubernetes log collection pipeline¶
A standard approach to implementing a log collection pipeline within a Kubernetes cluster involves deploying specialized agents, such as Fluent-Bit, onto the nodes.^[400-devops__07-Monitoring-and-Observability__Fluent-Bit.md]
This architecture typically utilizes a stack composed of Elasticsearch, Fluent Bit, and Kibana (often referred to as the EFK stack) to aggregate and visualize the data.^[400-devops__07-Monitoring-and-Observability__Fluent-Bit.md] The primary function of the pipeline is to collect and analyze log data generated across the cluster environment.^[400-devops__07-Monitoring-and-Observability__Fluent-Bit.md]
Related Concepts¶
- Fluent-Bit
- Elasticsearch
- [[Kibana]]
Sources¶
^[400-devops__07-Monitoring-and-Observability__Fluent-Bit.md]