docker s6-overlay + containerpilot 对比
参考对比
- containerpilot
containerpilot 实际上也是一个init 进程管理,只是提供了更多的特性,对于进程在不同状态的处理更加完备,同时集成了consul (服务发现)
同时containerpilot 使用基于配置,而且更加齐全
- s6-overlay
s6-overlay 也是提供了一套集成管理机制,只是是基于系统的init 集成,同时s6-overlay 复用了s6 的特性,提供了一些生命周期管理的,而且可以很好的进行定义
说明
实际上我们如果基于s6 也是可以实现简单的类似containerpilot的能力,只是服务发现以及其他跨容器的能力以及健康检查等类似能力需要我们自己处理
containerpilot 是一个很不错的工具
参考资料
https://github.com/joyent/containerpilot
https://github.com/just-containers/s6-overlay
https://www.joyent.com/containerpilot
http://autopilotpattern.io/
https://www.joyent.com/blog/applications-on-autopilot