Image Overview: fluent-operator-fips

Overview: fluent-operator-fips Chainguard Image

Operator for Fluent Bit and Fluentd - previously known as FluentBit Operator

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/fluent-operator-fips:latest

The Fluent Operator is designed to deploy FluentBit Fluentd as a DaemonSet and StatefulSet respectively. It supports dynamic reconfiguration via CRDs and can be deployed using YAML or Helm.

To deploy the Chainguard Fluent Operator image, use the following Helm commands:

helm repo add fluent https://fluent.github.io/helm-charts
helm install fluent-operator \
    --create-namespace \
    -n fluent fluent/fluent-operator \
    --set operator.container.repository=cgr.dev/chainguard/fluent-operator \
    --set operator.container.tag=latest

Once the operator is deployed, follow the Fluent Operator Walkthrough guides to configure FluentBit or Fluentd appropriately for your Kubernetes cluster.

Last updated: 2024-05-30 00:47