From e2c9b0b65560fb49f426e1e24e10efafafe14fe9 Mon Sep 17 00:00:00 2001 From: xjyin Date: Mon, 19 Jul 2021 15:00:45 +0800 Subject: [PATCH] docs(): correct the spelling of Sumariner --- docs/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design.md b/docs/design.md index 84430fd..d1e33f7 100644 --- a/docs/design.md +++ b/docs/design.md @@ -10,7 +10,7 @@ Kubernetes 实现了网络虚拟化,让容器可以在同一集群中的多个 - 适配常见的网络 CNI 插件 - 允许通过云原生的方式部署,创建自定义资源 CR 就可以快速在多集群之间部署 -## 开源选择 Sumariner +## 开源选择 Submariner Submariner 是由 Rancher 开源的跨集群网络互通解决方案,通过创建了 IPSec 隧道和路径,使不同的 Kubernetes 集群中的容器能够直接连接。