How do you tail logs by keeping state in a k8s cluster? #9668
Unanswered
AkshayLokur
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The helm chart has an example - as this is using hostpath then the db can also be kept there. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am referring to tail - keep_state.
However, I am running
fluent-bit
in a container on k8s pod. Containers and pods are ephemeral by nature, so how can I store the state oftail
input plugin so that it is retained even though pod gets restarted or even a k8s node gets changed for any reason.A small code snippet for configuring this would be immensely helpful.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions