Skip to content

v2.2.0

No due date 0% complete

This release will be primarily focused on fixing iptables usage within kube-router. High level concepts are:

  • Move iptables interactions into a single controller (removes global lock, reduces contention, reduces reads, etc.)
  • Remove iptables specificity from routing, policy, and services controller and abstracts this to something more native for the contro…

This release will be primarily focused on fixing iptables usage within kube-router. High level concepts are:

  • Move iptables interactions into a single controller (removes global lock, reduces contention, reduces reads, etc.)
  • Remove iptables specificity from routing, policy, and services controller and abstracts this to something more native for the controllers
  • Allows easier manipulation and fixing of iptables related functionality
  • Allows for the possibility of other backends, like nftables or BPF in the future
Loading