Skip to content

release-v1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@karunchennuri karunchennuri released this 25 Apr 19:38

This is CNI-Genie's first release.

Features supported

  1. Multiple CNI plugins are available to users in run time. In this release, we support weave, calico, canal only. Future releases to support other container networking solutions
  2. Supports adding multiple IP addresses to containers

Known issues

  1. We use older version of containernetwork/cni api
  2. Even though CNI-Genie can assign multiple IP addresses to a container, it only returns one of the IP addresses in the result

Features Work In Progress (Future release)

  1. Add support for other container networking solutions
  2. Update to the latest version of containernetwork/cni api
  3. In cases where the user leaves the CNI plugin selection to CNI-Genie, CNI-Genie selects the CNI plugin with the lowest network traffic bandwidth usage. CNI-Genie queries cAdvisor to get the network bandwidth usage data of containers