Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 702 Bytes

flannel-ng

Overview

flannel-ng is a rust implementation of the Flannel network overlay for container. This project is currently for study and research purpose.

Backend support

Support full-featured udp backend, other backends will be added in the future.

  • UDP
  • VXLAN
  • Host-GW

Getting Started

Usage is same to the original flannel, you can refer to the flannel project for more details.

Installation

cargo build --release
./flannel-ng --etcd-endpoints=[YourEtcdEndpoints]

Licensing

Flannel is under the Apache 2.0 license. See the [LICENSE][license] file for details.