module
Version:
v0.0.0-...-846387b
Opens a new window with list of versions in this module.
Published: Oct 10, 2018
License: Apache-2.0
Opens a new window with license information.
README
¶
Midonet CNI Plugin For Kubernetes
由北京好雨云开源ETCD版 midonet-cni插件。
此插件实现基于midonet网络的cni插件,支持多租户网络。
基于CNI 0.2.0协议
Feature
- 支持midonet多租户特性,使用kubernetes namespace。
- 基于etcd的IP地址管理,租户级别全局一致性。
- 容器网络管理,网络路由管理。
- 插件增强的幂等特性
- 基于local-host-ipam,ptp,portmap实现外网流量入口
工作依赖
ptp,portmap,host-local 来源于以下项目:
https://github.com/containernetworking/plugins
构建安装
go get github.com/goodrain/midonet-cni
cd $GOPATH/src/github.com/goodrain/midonet-cni
go build -o midonet-cni
cp midonet-cni /opt/cni/bin/midonet-cni
Click to show internal directories.
Click to hide internal directories.