Location of log files #9283
Answered
by
scholzj
tanishaagarwal346
asked this question in
Q&A
-
I have deployed strimzi kafka on my kubernetes cluster. I want to know where the logs of kafka get stored in the pods in human readable form so that I can make them flow to splunk through fluentbit. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Oct 21, 2023
Replies: 1 comment 2 replies
-
The logs are collected through stdout / stderr by your container (e.g. containerd, CRI-O, etc.) engine and that is where Fluentbit should collect them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I said, there is not log file anywhere int he Pod. It is on the worker node.