Skip to content

Commit e92c299

Browse files
authored
Merge pull request #28172 from chenrui333/zh/sync-cluster-admin-addons
zh: sync concepts/cluster-administration/addons
2 parents 98a52cd + dfd2edc commit e92c299

File tree

1 file changed

+4
-6
lines changed
  • content/zh/docs/concepts/cluster-administration

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add-ons 扩展了 Kubernetes 的功能。
3333
* [CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) enables Kubernetes to seamlessly connect to a choice of CNI plugins, such as Calico, Canal, Flannel, Romana, or Weave.
3434
* [Contiv](http://contiv.github.io) provides configurable networking (native L3 using BGP, overlay using vxlan, classic L2, and Cisco-SDN/ACI) for various use cases and a rich policy framework. Contiv project is fully [open sourced](http://github.com/contiv). The [installer](http://github.com/contiv/install) provides both kubeadm and non-kubeadm based installation options.
3535
* [Contrail](http://www.juniper.net/us/en/products-services/sdn/contrail/contrail-networking/), based on [Tungsten Fabric](https://tungsten.io), is an open source, multi-cloud network virtualization and policy management platform. Contrail and Tungsten Fabric are integrated with orchestration systems such as Kubernetes, OpenShift, OpenStack and Mesos, and provide isolation modes for virtual machines, containers/pods and bare metal workloads.
36-
* [Flannel](https://github.com/coreos/flannel/blob/master/Documentation/kubernetes.md) is an overlay network provider that can be used with Kubernetes.
36+
* [Flannel](https://github.com/flannel-io/flannel#deploying-flannel-manually) is an overlay network provider that can be used with Kubernetes.
3737
* [Knitter](https://github.com/ZTE/Knitter/) is a network solution supporting multiple networking in Kubernetes.
3838
* [Multus](https://github.com/Intel-Corp/multus-cni) is a Multi plugin for multiple network support in Kubernetes to support all CNI plugins (e.g. Calico, Cilium, Contiv, Flannel), in addition to SRIOV, DPDK, OVS-DPDK and VPP based workloads in Kubernetes.
3939
* [OVN-Kubernetes](https://github.com/ovn-org/ovn-kubernetes/) is a networking provider for Kubernetes based on [OVN (Open Virtual Network)](https://github.com/ovn-org/ovn/), a virtual networking implementation that came out of the Open vSwitch (OVS) project. OVN-Kubernetes provides an overlay based networking implementation for Kubernetes, including an OVS based implementation of load balancing and network policy.
@@ -46,7 +46,7 @@ Add-ons 扩展了 Kubernetes 的功能。
4646
## 网络和网络策略
4747

4848
* [ACI](https://www.github.com/noironetworks/aci-containers) 通过 Cisco ACI 提供集成的容器网络和安全网络。
49-
* [Antrea](https://antrea.io/) 在第 3/4 层执行操作,为 Kubernetes
49+
* [Antrea](https://antrea.io/) 在第 3/4 层执行操作,为 Kubernetes
5050
提供网络连接和安全服务。Antrea 利用 Open vSwitch 作为网络的数据面。
5151
* [Calico](https://docs.projectcalico.org/v3.11/getting-started/kubernetes/installation/calico)
5252
是一个安全的 L3 网络和网络策略驱动。
@@ -63,7 +63,7 @@ Add-ons 扩展了 Kubernetes 的功能。
6363
是一个开源的多云网络虚拟化和策略管理平台,Contrail 和 Tungsten Fabric 与业务流程系统
6464
(例如 Kubernetes、OpenShift、OpenStack和Mesos)集成在一起,
6565
为虚拟机、容器或 Pod 以及裸机工作负载提供了隔离模式。
66-
* [Flannel](https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel.yml)
66+
* [Flannel](https://github.com/flannel-io/flannel#deploying-flannel-manually)
6767
是一个可以用于 Kubernetes 的 overlay 网络提供者。
6868
* [Knitter](https://github.com/ZTE/Knitter/) 是为 kubernetes 提供复合网络解决方案的网络组件。
6969
* [Multus](https://github.com/Intel-Corp/multus-cni) 是一个多插件,可在 Kubernetes 中提供多种网络支持,
@@ -86,7 +86,7 @@ Add-ons 扩展了 Kubernetes 的功能。
8686
* [Romana](https://romana.io) 是一个 pod 网络的第三层解决方案,并支持[
8787
NetworkPolicy API](/zh/docs/concepts/services-networking/network-policies/)
8888
Kubeadm add-on 安装细节可以在[这里](https://github.com/romana/romana/tree/master/containerize)找到。
89-
* [Weave Net](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/)
89+
* [Weave Net](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/)
9090
提供在网络分组两端参与工作的网络和网络策略,并且不需要额外的数据库。
9191

9292
<!--
@@ -134,5 +134,3 @@ Well-maintained ones should be linked to here. PRs welcome!
134134
还有一些其它 add-ons 归档在已废弃的 [cluster/addons](https://git.k8s.io/kubernetes/cluster/addons) 路径中。
135135

136136
维护完善的 add-ons 应该被链接到这里。欢迎提出 PRs!
137-
138-

0 commit comments

Comments
 (0)