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
- Kubernetes >=
1.20.0
- Kustomize >=
v3.5.3
- logging-operator
- prometheus-operator
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 -