Skip to main content
Version: 1.22.X

Logging Operated

The Logging operated package deploys the Fluentd and Fluent-bit stack via Logging operator CRDs. It also deploys a MinIO instance for storing all the logs rejected from the configured outputs.

Requirements

Image repository and tag

  • Logging operator: ghcr.io/banzaicloud/logging-operator:3.17.0

Configuration

See the file fluentd-fluentbit.yaml in the root of the project for the stack configuration.

Deployment

You can deploy Logging operated by running the following command in the root of the project:

kustomize build | kubectl apply -f -