UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3162a8dd authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1332-document-ha-for-fluentbit' into 'master'

Resolve "Document HA for Fluentbit"

Closes #1332

See merge request platform-one/big-bang/bigbang!2199
parents 22044a9f 71fe2846
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