Catalog Details
CATEGORY
deploymentUUID
8b646678-95c0-42ec-b5c5-42f7b88a7791CREATED BY
CREATED AT
July 07, 2025VERSION
0.0.80-
MODELS
What This Design Does:
A Kubernetes-native log processing pipeline using the Fluent Bit Operator. This design routes logs from an application pod through Fluent Bit components—input, filter, parser, and output—to a logging backend. The operator-driven architecture demonstrates observability and clean infrastructure configuration using CRDs.
Caveats and Consideration:
This design was created using Meshery Playground, so it hasn’t been deployed or tested on a live Kubernetes cluster yet. To actually run this in a cluster, you’ll need the Fluent Bit Operator installed and running — since the components used (like input, filter, parser, etc.) are CRDs managed by the operator