flannel-ng is a rust implementation of the Flannel network overlay for container. This project is currently for study and research purpose.
Support full-featured udp backend, other backends will be added in the future.
- UDP
- VXLAN
- Host-GW
Usage is same to the original flannel, you can refer to the flannel project for more details.
cargo build --release
./flannel-ng --etcd-endpoints=[YourEtcdEndpoints]
Flannel is under the Apache 2.0 license. See the [LICENSE][license] file for details.