logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Anurag Gupta, Eduardo Silva
2022-10-26

Fluent Bit is the next-generation tool to deliver a unified layer for Logs, Metrics, and Traces. In this session, Fluent maintainers will do a 101 intro to the observability space and also will do a deep dive into the new features available in Fluent Bit v2.0 . Attendees will benefit from this session by learning different techniques for observability associated with Fluent Bit, Prometheus, and OpenTelemetry, as well as a couple of tips and best practices that are a must when deploying observability tools in production.
Authors: Feynman Zhou
2022-05-20

tldr - powered by Generative AI

The presentation discusses the challenges of logging in Kubernetes and introduces Fluent Bit and Fluentd as popular logging solutions. It then focuses on FluentBit Operator, which empowers Fluent Bit and Fluentd, and demonstrates how to build a cloud-native logging pipeline on the edge with Fluent Operator.
  • Logging in Kubernetes poses challenges for security, compliance, and troubleshooting
  • Fluent Bit and Fluentd are popular logging solutions for Kubernetes
  • FluentBit Operator empowers Fluent Bit and Fluentd by enabling dynamic config reloading and controlling Fluent Bit via Kubernetes API
  • Fluent Operator allows for the management of Fluent Bit and Fluentd's lifecycle
  • A live demo and use case in KubeSphere is presented
Authors: Furkan Türkal, Emin Aktaş
2022-05-20

tldr - powered by Generative AI

The presentation discusses the threats and security pipeline in Kubernetes environments, with a focus on audit logs, runtime security, log processing, and monitoring. The use of open source projects such as Falco and Filebeat is highlighted.
  • Kubernetes audit records actions and provides an audit trail of users and workloads
  • Falco collects logs from the kernel and focuses on threat hunting
  • Filebeat is a general purpose log processor with metrics collection capabilities
  • The data pipeline involves input, parsing, filtering, buffering, and routing
  • Using Filebeat allows for easy modification of events and logs according to business requirements