【发布时间】:2019-10-08 21:06:39
【问题描述】:
我在 k8s 和 fluentd (daemonset) 中有 java 应用程序。在流利的conf中:
*`<source>
@type forward
port 24224
</source>
<match **>
@type stdout
</match>`*
我有点困惑。 我需要使用 fluentd-logger-java 库吗?我在文档中读到,我需要为 fluentd 添加远程主机,但这里我一般不使用服务。 应用如何将日志发送到 fluentd pod?
提前致谢!
【问题讨论】:
标签: kubernetes fluentd