dromara / CloudEon

CloudEon uses Kubernetes to install and deploy open-source big data components, enabling the containerized operation of an open-source big data platform. This allows you to reduce your focus on underlying resource management and maintenance.
https://www.cloudeon.top/
Apache License 2.0
419 stars 100 forks source link

重构filebeat日志采集模块 #137

Closed linshenkx closed 7 months ago

linshenkx commented 7 months ago

What is the purpose of the change

Making CloudEon better

Brief changelog

  1. 添加open-kruise组件:扩展Kubernetes自动化能力,用于支持SIDECAR_SET类型组件的部署
  2. 添加filebeat组件:以SIDECAR_SET方式运行,会自动给目标pod附加filebeat容器进行日志采集上传
  3. 增强容器日志跟踪能力:修复在容器重启时日志跟踪中断的问题
  4. 清理ssh相关代码
  5. 优化代码
  6. 添加elasticsearch组件