cloudnativer / kube-ipam

可以固定Pod/容器組IP地址的kubernetes網路輔助管理挿件。Kubernetes network management plug-in based on etcd storage can assign fixed IP for pod.
Apache License 2.0
325 stars 54 forks source link

Cluster-Wide IPAM #1

Closed BurlyLuo closed 2 years ago

BurlyLuo commented 2 years ago
etcdConfig, an object of etcd address info
etcdURL (string, required): The URL of etcd
etcdCertFile (string, required): The cert file of etcd
etcdKeyFile (string, required): The key file of etcd
etcdTrustedCAFileFile (string, required): The ca file of etcd

do we test combine with the mutiple CNI ,like Multus?

another QA: do we have a plan to support the data-store with kubernetes?

houseonline commented 2 years ago

do we test combine with the mutiple CNI ,like Multus?

Yes, we made Multus cni compatible, see https://github.com/cloudnativer/kube-ipam/blob/main/docs/Networksecuritylayering.md for details

houseonline commented 2 years ago

another QA: do we have a plan to support the data-store with kubernetes?

Yes , we are planning to support the data-store with kubernetes.

We will start to support it in version 0.2.0.

Stay tuned.

cloudnativer commented 2 years ago

Version v0.2.0 has been officially released. You can download the experience. https://github.com/cloudnativer/kube-ipam/releases/tag/v0.2.0