Posts tagged fluentbit

Kubernetes Logs Simplified: Everything You Need to Know About Pod Logging

Blog Post Publish Date: 2025/06/22

Have you ever wondered how $ kubectl logs retrieves logs, where they are stored, and how to access both current and past logs? Kubernetes logging can seem complex, but understanding it is key to troubleshooting and monitoring. This blog post outlines how Kubernetes organizes logs, how to send them to external systems, and tips to manage log growth effectively.

Read more ...


Fluent Bit: Generating Log IDs with SHA-256 Hashes for Log Deduplication

Blog Post Publish Date: 2025/06/19

This post explores the root causes of log duplication, the necessity of generating unique log identifiers, and how to leverage Fluent Bit’s native capabilities to create SHA-256 hashes for effective deduplication without relying on external scripts or plugins.

Read more ...