From aca0a3bcf490174b9af583d8005ed36331bca088 Mon Sep 17 00:00:00 2001 From: guzj11 <67083623+guzj11@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:36:14 +0800 Subject: [PATCH] Sync concepts/cluster-administration/networking.md Apply suggestions from code review Co-authored-by: Qiming Teng --- .../concepts/cluster-administration/networking.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/cluster-administration/networking.md b/content/zh/docs/concepts/cluster-administration/networking.md index 06ff565cff..a51d74143b 100644 --- a/content/zh/docs/concepts/cluster-administration/networking.md +++ b/content/zh/docs/concepts/cluster-administration/networking.md @@ -350,6 +350,18 @@ network complexity required to deploy Kubernetes at scale within AWS. 复杂性(每个 VPC 限制为50-100个条目)。 简而言之,cni-ipvlan-vpc-k8s 大大降低了在 AWS 中大规模部署 Kubernetes 所需的网络复杂性。 + +### Coil + +[Coil](https://github.com/cybozu-go/coil) 是一个为易于集成、提供灵活的出站流量网络而设计的 CNI 插件。 +与裸机相比,Coil 的额外操作开销低,并允许针对外部网络的出站流量任意定义 NAT 网关。 +