Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Jul 17, 2018
1 parent 02463c1 commit c123599
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 9 deletions.
13 changes: 6 additions & 7 deletions usecases/conduit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Conduit - 基于Kubernetes的轻量级Service Mesh

> **注意**:Conduit在发布0.5版本后已经停止开发,而是合并入Linkerd 2.0,详见[Conduit 0.5发布—以及R.I.P. Conduit](http://www.servicemesher.com/blog/rip-conduit/)
2017年12月在得克萨斯州的Asdin,KubeCon和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)协议。
Expand All @@ -10,10 +12,7 @@ Conduit使用Rust和Go语言开发,GitHub地址https://github.com/runconduit/c

## 参考

Conduit GitHub:https://github.com/runconduit/conduit

关于Conduit的更多资源请参考官方网站:https://conduit.io/

另外,我们翻译Conduit的官方文档见:https://github.com/doczhcn/conduit

关于Service Mesh的更多内容请访问Service Mesh中国:http://www.servicemesh.cn/
- Conduit GitHub:https://github.com/runconduit/conduit
- 关于Conduit的更多资源请参考官方网站:https://conduit.io/
- Conduit的官方文档中文版:https://github.com/doczhcn/conduit
- 关于Service Mesh的更多内容请访问ServiceMesher:http://www.servicemesher.com
5 changes: 3 additions & 2 deletions usecases/envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Envoy](https://github.com/envoyproxy/envoy) 是一款由 Lyft 开源的,使用 C++ 编写的 L7 代理和通信总线,目前是 [CNCF](https://cncf.io) 旗下的开源项目,代码托管在 GitHub 上,它也是 [Istio](https://istio.io) service mesh 中默认的 data plane。

Service Mesh 爱好者们联合翻译了 [Envoy 最新版本的官方文档](https://www.envoyproxy.io/docs/envoy/latest/),翻译的代码托管在 <https://github.com/servicemesher/envoy>如果你也是 Service Mesh 爱好者可以加入到 [SerivceMesher GitHub 组织](https://github.com/servicemesher) 里共同参与
ServiceMesher 共同联合翻译了 [Envoy 最新版本的官方文档](https://www.envoyproxy.io/docs/envoy/latest/),翻译的代码托管在 <https://github.com/servicemesher/envoy>Envoy 官方文档中文版地址:<http://www.servicemesher.com/envoy/>

## 特性

Expand Down Expand Up @@ -37,4 +37,5 @@ Matt Klein 是在他的文章中指出 sidecar 模式的 proxy 将取代另外
## 参考

- [Introduction to modern network load balancing and proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236)
- 更多信息请参考 [Envoy 官网](https://www.envoyproxy.io/)
- 更多信息请参考 [Envoy 官网](https://www.envoyproxy.io/)
- [Envoy官方文档中文版](http://www.servicemesher.com/envoy/)
51 changes: 51 additions & 0 deletions usecases/sofamesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## SOFAMesh

SOFAMesh由蚂蚁金服开源,在兼容Istio整体架构和协议的基础上,做出部分调整:

![SOFAMesh architecture](https://ws3.sinaimg.cn/large/006tKfTcgy1ft798kjr0mj31kw1biagi.jpg)

1. **使用Go语言开发全新的Sidecar,替代Envoy**
2. **为了避免Mixer带来的性能瓶颈,合并Mixer部分功能进入Sidecar**
3. **Pilot和Citadel模块进行了大幅的扩展和增强**

我们的目标:打造一个更加务实的Istio落地版本!

> 备注:以上架构调整的细节以及我们做调整的出发点和原因,请浏览 [蚂蚁金服大规模微服务架构下的Service Mesh探索之路](http://www.servicemesher.com/blog/the-way-to-service-mesh-in-ant-financial/)一文,有非常详尽的解释。
## 开源内容

在本轮开源中,我们将推出SOFAMesh目前正在开发的两大模块:MOSN和SOFAPilot。

### 1.MOSN

SOFAMesh中Golang版本的Sidecar,是一个名为MOSN(Modular Observable Smart Netstub)的全新开发的模块,实现Envoy的功能,兼容Envoy的API,可以和Istio集成。

![SOFAMesh MOSN](https://ws1.sinaimg.cn/large/006tKfTcgy1ft75ot24lzj31ec18479s.jpg)

此外,我们会增加对SOFARPC、Dubbo等通讯协议的支持,以便更好的迎合国内用户包括我们自身的实际需求。

由于Sidecar相对独立,而且我们也预期会有单独使用MOSN的场景,因此MOSN的代码仓库是独立于SOFAMesh的,地址为: https://github.com/alipay/sofa-mosn

欢迎大家使用,提供需求、反馈问题、贡献代码或者合作开发。

### 2.SOFAPilot

我们将大幅扩展和增强Istio中的Pilot模块:

![SOFAMesh Pilot architecture](https://ws1.sinaimg.cn/large/006tKfTcgy1ft75pq8rplj31kw19sn5q.jpg)

1. **增加SOFARegistry的Adapter,提供超大规模服务注册和发现的解决方案**
2. **增加数据同步模块,以实现多个服务注册中心之间的数据交换。**
3. **增加Open Service Registry API,提供标准化的服务注册功能**

MOSN和SOFAPilot配合,将可以提供让传统侵入式框架(如Spring Cloud,Dubbo,SOFA RPC等)和Service Mesh产品可以相互通讯的功能,以便可以平滑的向Service Mesh产品演进和过渡。

**Pilot和后面会陆续开放的Mixer,Citadel等Istio模块**,会统一存放在同一个从Istio Fork出来的代码仓库中。未来会持续更新Istio最新代码,以保持和Istio的一致。

## 参考

- [SOFA MOSN](https://github.com/alipay/sofa-mosn)
- [SOFAMesh](https://github.com/alipay/sofa-mesh)
- [SOFAMesh官方网站](http://www.sofastack.tech/)
- [SOFAMesh官方文档](http://www.sofastack.tech/sofa-mesh/docs/Hom)
- [蚂蚁金服大规模微服务架构下的Service Mesh探索之路](http://www.servicemesher.com/blog/the-way-to-service-mesh-in-ant-financial/)

0 comments on commit c123599

Please sign in to comment.