Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有专门的解决方案来监控从 openshift 环境开始的每个容器内的所有进程?
是的,我知道 cAdvisor 可以做到这一点,但我在 openshift 中配置此解决方案并寻找其他解决方案时遇到问题。
您可以为此配置 elk(elasticsearch,Logstash,kibana) + 电子邮件警报(etsy/411 或 elastalert)。在每个容器中添加 filebeat 客户端,它将所有应用程序日志发送到 ELK。
在每个容器中为您的应用添加带有 liveness check 的修复检查,如果该检查未实现,它将重新启动容器。您也可以在指标中添加这些。