cybozu-go / coil

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

Use node InternalIP for a host-side veth IP #183

Closed ysksuzuki closed 2 years ago

ysksuzuki commented 2 years ago

What

Use node InternalIP for a host-side veth IP so that Cilium recognizes a source IP from the node as localhost address.

How

Retrieve node's InternalIP address from a node resource and set it to a host-side veth

Checklist