UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 71fe2846 authored by Greg Miernicki's avatar Greg Miernicki Committed by Ryan Garcia
Browse files

Resolve "Document HA for Fluentbit"

parent 22044a9f
No related branches found
No related tags found
1 merge request!2199Resolve "Document HA for Fluentbit"
......@@ -68,6 +68,10 @@ fluentbit:
storage.type filesystem
```
## High Availability
Fluent-bit by default runs as a [Kubernetes DaemonSet with a single pod on each node in the cluster](https://docs.fluentbit.io/manual/installation/kubernetes#concepts). There is no need to run multiple pods per node as only one is required to maintain the state of logs that appear on that node. The Big Bang fluent-bit package also comes with default values to enable and configure [a storage buffer](https://docs.fluentbit.io/manual/installation/kubernetes#concepts) to better index and process records on your Kubernetes nodes in the event of pod restarts or pods becoming unhealthy.
## Health Checks
Fluentbit is able to be configured with a service port for the container, which is able to expose [all kinds of metrics](https://docs.fluentbit.io/manual/administration/monitoring) including metrics for Prometheus.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment