Skip to content

arthur-zhang/flannel-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages