cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Implement coil-egress #111

Closed ymmt2005 closed 3 years ago

ymmt2005 commented 3 years ago

This series of commit implement coil-egress.

coil-egress is a program to be run inside egress NAT pods. It watches client pods and creates or deletes tunnel devices for them.

This PR also includes other small fixes to RBAC, existing tests, and documents.