kubernetes-handbook/usecases/conduit.md

19 lines
1.3 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
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以上版本。
## 参考
Conduit GitHubhttps://github.com/runconduit/conduit
关于Conduit的更多资源请参考官方网站https://conduit.io/
另外我们翻译Conduit的官方文档见https://github.com/doczhcn/conduit
关于Service Mesh的更多内容请访问Service Mesh中国http://www.servicemesh.cn/