Skip to content

Commit 9e216c6

Browse files
authored
Update networking.md
Sync document about Cluster Networking
1 parent c565172 commit 9e216c6

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

content/zh/docs/concepts/cluster-administration/networking.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ Azure CNI 可以在
142142
<!--
143143
### Calico
144144
145-
[Calico](https://docs.projectcalico.org/) is an open source networking and network security solution for containers, virtual machines, and native host-based workloads. Calico supports multiple data planes including: a pure Linux eBPF dataplane, a standard Linux networking dataplane, and a Windows HNS dataplane. Calico provides a full networking stack but can also be used in conjunction with [cloud provider CNIs](https://docs.projectcalico.org/networking/determine-best-networking#calico-compatible-cni-plugins-and-cloud-provider-integrations) to provide network policy enforcement.
145+
[Calico](https://projectcalico.docs.tigera.io/about/about-calico/) is an open source networking and network security solution for containers, virtual machines, and native host-based workloads. Calico supports multiple data planes including: a pure Linux eBPF dataplane, a standard Linux networking dataplane, and a Windows HNS dataplane. Calico provides a full networking stack but can also be used in conjunction with [cloud provider CNIs](https://docs.projectcalico.org/networking/determine-best-networking#calico-compatible-cni-plugins-and-cloud-provider-integrations) to provide network policy enforcement.
146146
-->
147147
### Calico
148148

149-
[Calico](https://docs.projectcalico.org/) 是一个开源的联网及网络安全方案,
149+
[Calico](https://projectcalico.docs.tigera.io/about/about-calico/) 是一个开源的联网及网络安全方案,
150150
用于基于容器、虚拟机和本地主机的工作负载。
151151
Calico 支持多个数据面,包括:纯 Linux eBPF 的数据面、标准的 Linux 联网数据面
152152
以及 Windows HNS 数据面。Calico 在提供完整的联网堆栈的同时,还可与
@@ -170,22 +170,22 @@ Cilium 支持 L7/HTTP,可以在 L3-L7 上通过使用与网络分离的基于
170170
<!--
171171
### CNI-Genie from Huawei
172172
173-
[CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) is a CNI plugin that enables Kubernetes to [simultaneously have access to different implementations](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables) of the [Kubernetes network model](/docs/concepts/cluster-administration/networking/#the-kubernetes-network-model) in runtime. This includes any implementation that runs as a [CNI plugin](https://github.com/containernetworking/cni#3rd-party-plugins), such as [Flannel](https://github.com/coreos/flannel#flannel), [Calico](https://docs.projectcalico.org/), [Weave-net](https://www.weave.works/products/weave-net/).
173+
[CNI-Genie](https://github.com/cni-genie/CNI-Genie) is a CNI plugin that enables Kubernetes to [simultaneously have access to different implementations](https://github.com/cni-genie/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables) of the [Kubernetes network model](/docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-networking-model) in runtime. This includes any implementation that runs as a [CNI plugin](https://github.com/containernetworking/cni#3rd-party-plugins), such as [Flannel](https://github.com/coreos/flannel#flannel), [Calico](https://projectcalico.docs.tigera.io/about/about-calico/), [Weave-net](https://www.weave.works/oss/net/).
174174
175-
CNI-Genie also supports [assigning multiple IP addresses to a pod](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-ips/README.md#feature-2-extension-cni-genie-multiple-ip-addresses-per-pod), each from a different CNI plugin.
175+
CNI-Genie also supports [assigning multiple IP addresses to a pod](https://github.com/cni-genie/CNI-Genie/blob/master/docs/multiple-ips/README.md#feature-2-extension-cni-genie-multiple-ip-addresses-per-pod), each from a different CNI plugin.
176176
-->
177177
### 华为的 CNI-Genie
178178

179-
[CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) 是一个 CNI 插件,
179+
[CNI-Genie](https://github.com/cni-genie/CNI-Genie) 是一个 CNI 插件,
180180
可以让 Kubernetes 在运行时使用不同的[网络模型](#the-kubernetes-network-model)
181-
[实现同时被访问](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables)
181+
[实现同时被访问](https://github.com/cni-genie/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables)
182182
这包括以
183183
[CNI 插件](https://github.com/containernetworking/cni#3rd-party-plugins)运行的任何实现,比如
184184
[Flannel](https://github.com/coreos/flannel#flannel)
185-
[Calico](https://docs.projectcalico.org/)
186-
[Weave-net](https://www.weave.works/products/weave-net/)
185+
[Calico](https://projectcalico.docs.tigera.io/about/about-calico/)
186+
[Weave-net](https://www.weave.works/oss/net/)
187187

188-
CNI-Genie 还支持[将多个 IP 地址分配给 Pod](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-ips/README.md#feature-2-extension-cni-genie-multi-ip-addresses-per-pod)
188+
CNI-Genie 还支持[将多个 IP 地址分配给 Pod](https://github.com/cni-genie/CNI-Genie/blob/master/docs/multiple-ips/README.md#feature-2-extension-cni-genie-multiple-ip-addresses-per-pod)
189189
每个都来自不同的 CNI 插件。
190190

191191
<!--
@@ -231,6 +231,15 @@ Coil operates with a low overhead compared to bare metal, and allows you to defi
231231
[Coil](https://github.com/cybozu-go/coil) 是一个为易于集成、提供灵活的出站流量网络而设计的 CNI 插件。
232232
与裸机相比,Coil 的额外操作开销低,并允许针对外部网络的出站流量任意定义 NAT 网关。
233233

234+
<!--
235+
### Contiv-VPP
236+
237+
[Contiv-VPP](https://contivpp.io/) is a user-space, performance-oriented network plugin for
238+
Kubernetes, using the [fd.io](https://fd.io/) data plane.
239+
-->
240+
### Contiv-VPP
241+
[Contiv-VPP](https://contivpp.io/) 是用于 Kubernetes 的用户空间、面向性能的网络插件,使用 [fd.io](https://fd.io/) 数据平面。
242+
234243
<!--
235244
### Contrail/Tungsten Fabric
236245
@@ -272,13 +281,13 @@ With this toolset DANM is able to provide multiple separated network interfaces,
272281
<!--
273282
### Flannel
274283
275-
[Flannel](https://github.com/coreos/flannel#flannel) is a very simple overlay
284+
[Flannel](https://github.com/flannel-io/flannel#flannel) is a very simple overlay
276285
network that satisfies the Kubernetes requirements. Many
277286
people have reported success with Flannel and Kubernetes.
278287
-->
279288
### Flannel
280289

281-
[Flannel](https://github.com/coreos/flannel#flannel) 是一个非常简单的能够满足
290+
[Flannel](https://github.com/flannel-io/flannel#flannel) 是一个非常简单的能够满足
282291
Kubernetes 所需要的覆盖网络。已经有许多人报告了使用 Flannel 和 Kubernetes 的成功案例。
283292

284293
<!--
@@ -429,15 +438,15 @@ OVN 是一个由 Open vSwitch 社区开发的开源的网络虚拟化解决方
429438
<!--
430439
### Weave Net from Weaveworks
431440
432-
[Weave Net](https://www.weave.works/products/weave-net/) is a
441+
[Weave Net](https://www.weave.works/oss/net/) is a
433442
resilient and simple to use network for Kubernetes and its hosted applications.
434443
Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-plugin/)
435444
or stand-alone. In either version, it doesn't require any configuration or extra code
436445
to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.
437446
-->
438447
### Weaveworks 的 Weave Net
439448

440-
[Weave Net](https://www.weave.works/products/weave-net/) 是 Kubernetes 及其
449+
[Weave Net](https://www.weave.works/oss/net/) 是 Kubernetes 及其
441450
托管应用程序的弹性且易于使用的网络系统。
442451
Weave Net 可以作为 [CNI 插件](https://www.weave.works/docs/net/latest/cni-plugin/) 运行或者独立运行。
443452
在这两种运行方式里,都不需要任何配置或额外的代码即可运行,并且在两种情况下,

0 commit comments

Comments
 (0)