supereagle / experiences

Summary of practical experience in work.
2 stars 0 forks source link

Collect container file log in k8s #52

Open supereagle opened 6 years ago

supereagle commented 6 years ago

Background

在 k8s 中,收集容器的终端日志,有业界通用的解决方案 EFK。但是,部分业务会把日志输出到文件,对于文件日志的收集,还没有很好的办法支持。

Reference

supereagle commented 6 years ago

推荐做法是:将文件日志挂载到 emptydir 中,然后进行收集