Skip to content

Release v0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinaykul vinaykul released this 05 Oct 03:45
· 66 commits to dev-next since this release
9ecde68

This release brings the following:

  1. Allow users to define the network priority and traffic classification for their Kubernetes and Arktos workloads, and Mizar manages network QoS for Pod traffic.
  2. Ability to create VPCs and subnets within Kubernetes cluster to provide network isolation among application containers, an ability required for multi tenancy support in Kubernetes.
  3. Mizar CNI implementation in golang and changes that enable Mizar to act as container networking solution for Kubernetes as well as Arktos scale-out architecture (in next release)
  4. Various stability and bug fixes:
    • Fix Kubernetes service connectivity failure. (Issue #506)
    • Fix instability in scaled-endpoint UDP checksum computation. (Issue #541)
    • Fix UDP checksum initialization issue in encapsulating IP packet.
    • Fix XDP load issue when performance / non-debug mode is enabled. (Issue #485)
    • Fix failures in Mizar bootstrap script. (Issue #538)
    • Fix containerd restart requirement issue when deploying Mizar with Arktos.
    • Fix python versioning to allow Mizar deployment on Ubuntu 20.04 systems. (Issue #509)