对于容器的服务发现,大家可能使用过registrator一个基于label 以及docker socket &&consul的容器服务发现解决方案(当时还是比较灵活的)
当然也有很多类似的方案,containerpilot是另外一个基于init模式的docker 服务发现工具,使用上同样比较简单,文档也很丰富,containerpilot的
好处是我们只需要关注下配置,后边就是自动的了,很不错,官方也提供了好多不错的案例,很值得学习下
参考资料
https://github.com/gliderlabs/registrator
https://github.com/joyent/containerpilot
https://www.joyent.com/blog/applications-on-autopilot
来源:oschina
链接:https://my.oschina.net/u/4365667/blog/4262058