Skip to content

Commit 27ca111

Browse files
authored
Merge pull request #25194 from ymmt2005/patch-2
Add Coil CNI to networking.md
2 parents c013ba4 + 499435d commit 27ca111

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ tables to provide per-instance subnets to each host (which is limited to 50-100
158158
entries per VPC). In short, cni-ipvlan-vpc-k8s significantly reduces the
159159
network complexity required to deploy Kubernetes at scale within AWS.
160160

161+
### Coil
162+
163+
[Coil](https://github.com/cybozu-go/coil) is a CNI plugin designed for ease of integration, providing flexible egress networking.
164+
Coil operates with a low overhead compared to bare metal, and allows you to define arbitrary egress NAT gateways for external networks.
165+
161166
### Contiv
162167

163168
[Contiv](https://github.com/contiv/netplugin) provides configurable networking (native l3 using BGP, overlay using vxlan, classic l2, or Cisco-SDN/ACI) for various use cases. [Contiv](https://contiv.io) is all open sourced.
@@ -311,4 +316,4 @@ to run, and in both cases, the network provides one IP address per pod - as is s
311316

312317
The early design of the networking model and its rationale, and some future
313318
plans are described in more detail in the
314-
[networking design document](https://git.k8s.io/community/contributors/design-proposals/network/networking.md).
319+
[networking design document](https://git.k8s.io/community/contributors/design-proposals/network/networking.md).

0 commit comments

Comments
 (0)