Skip to content

Commit e9c31dc

Browse files
authored
Merge pull request #25304 from guzj11/patch-3
Sync concepts/cluster-administration/networking.md
2 parents 95bd09d + aca0a3b commit e9c31dc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,18 @@ network complexity required to deploy Kubernetes at scale within AWS.
350350
复杂性(每个 VPC 限制为50-100个条目)。
351351
简而言之,cni-ipvlan-vpc-k8s 大大降低了在 AWS 中大规模部署 Kubernetes 所需的网络复杂性。
352352

353+
<!--
354+
### Coil
355+
356+
[Coil](https://github.com/cybozu-go/coil) is a CNI plugin designed for ease of integration, providing flexible egress networking.
357+
Coil operates with a low overhead compared to bare metal, and allows you to define arbitrary egress NAT gateways for external networks.
358+
359+
-->
360+
### Coil
361+
362+
[Coil](https://github.com/cybozu-go/coil) 是一个为易于集成、提供灵活的出站流量网络而设计的 CNI 插件。
363+
与裸机相比,Coil 的额外操作开销低,并允许针对外部网络的出站流量任意定义 NAT 网关。
364+
353365
<!--
354366
### Contiv
355367
@@ -691,4 +703,3 @@ document](https://git.k8s.io/community/contributors/design-proposals/network/net
691703
网络模型的早期设计、运行原理以及未来的一些计划,都在
692704
[联网设计文档](https://git.k8s.io/community/contributors/design-proposals/network/networking.md)
693705
里有更详细的描述。
694-

0 commit comments

Comments
 (0)