kubezero/charts/kubezero-logging/charts/fluent-bit/README.md

24 lines
448 B
Markdown
Raw Normal View History

2021-10-11 10:56:44 +00:00
# Fluent Bit Helm chart
[Fluent Bit](https://fluentbit.io) is a fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.
## Installation
To add the `fluent` helm repo, run:
```sh
helm repo add fluent https://fluent.github.io/helm-charts
```
To install a release named `fluent-bit`, run:
```sh
helm install fluent-bit fluent/fluent-bit
```
2021-10-11 10:56:44 +00:00
## Chart values
```sh
helm show values fluent/fluent-bit
```