Skip to content

v0.1.0

Compare
Choose a tag to compare
@moycat moycat released this 29 Jan 06:47
· 12 commits to master since this release
c0ffde5

The first release of Shiba, a minimalist Kubernetes network plugin.

What works?

  • ✅ Pod IP management
  • ✅ Overlay network
  • ✅ Outbound NAT

How about limitations?

  • ⚠️ Each node must have an IPv6 address.
  • ⚠️ Some settings are hardcoded.

Installation

For a new cluster: kubectl apply -f installation.yaml

See README.md for details.