kubernetes-handbook/usecases/conduit.md

18 lines
1.4 KiB
Markdown
Raw Normal View History

2017-12-10 21:53:38 +08:00
# Conduit - 基于Kubernetes的轻量级Service Mesh
2017-12-10 21:50:05 +08:00
2018-07-17 10:55:18 +08:00
> **注意**Conduit在发布0.5版本后已经停止开发而是合并入Linkerd 2.0,详见[Conduit 0.5发布—以及R.I.P. Conduit](http://www.servicemesher.com/blog/rip-conduit/)。
2017-12-10 21:50:05 +08:00
2017年12月在得克萨斯州的AsdinKubeCon和CloudNativeCon上创造了Service Mesh这个词汇并开源了[Linkerd](https://linkerd.io)的公司[Buoyant](https://buoyant.io)又开源了一款针对Kubernetes的超轻量Service Sesh——[Conduit](https://github.com/runconduit/conduit)。它可以透明得管理服务运行时之间的通信使得在Kubernetes上运行服务更加安全和可靠它还具有不用修改任何应用程序代码即可改进应用程序的可观测性、可靠性及安全性等方面的特性。
Condiut与[Linkerd](https://linkerd.io)的设计方式不同,它跟[Istio](https://istio.io)一样使用的是Sidecar模式但架构又没Istio那么复杂。Conduit只支持Kubernetes且只支持HTTP2包括gRPC协议。
Conduit使用Rust和Go语言开发GitHub地址https://github.com/runconduit/conduit
安装Conduit必须使用Kubernetes1.8以上版本。
## 参考
2018-07-17 10:55:18 +08:00
- Conduit GitHubhttps://github.com/runconduit/conduit
- 关于Conduit的更多资源请参考官方网站https://conduit.io/
- Conduit的官方文档中文版https://github.com/doczhcn/conduit
- 关于Service Mesh的更多内容请访问ServiceMesherhttp://www.servicemesher.com