kube-router
kube-router copied to clipboard
Kube-router, a turnkey solution for Kubernetes networking.
This PR is an update of https://github.com/cloudnativelabs/kube-router/pull/1280. The original author left Suse so I'm following up on this instead of him. I tried to apply all the changes requested in...
IPv6 support
IPv6 should be moving to beta in 1.10 and is in alpha in 1.9 - does kube-router have any integration with the protocol version?
**What happened?** A user on our system recently created a network policy with an egress networkpolicy that contained: ``` - ipBlock: cidr: 2603:1026:3000::/48 ``` When this happened, kube-router stopped being...
Kube-router BGP support is great, but with support of BFD BGP feature make KubeProxy more Great! the support of BFD while optimize BGP time convergence, without it the router need...
A service can have multiple address from both v4 and v6 in a dual-stack cluster. Prior to this PR, only single-stack was really considered, and further, all VIP prefixes were...
https://www.kube-router.io/docs/user-guide/bgp.md 404 https://www.kube-router.io/user-guide/ 404
**What happened?** Kube-router crashes when a freshly added node gets workload scheduled. **What did you expect to happen?** Normal operation **How can we reproduce the behavior you experienced?** Steps to...
Decides to uses ip6tables and ipset based on whether the NodeIP is an ipv6 address. Analogous to how NetworkRoutingController does it. No support for dual stack yet
Relevant to service proxy implementation of kube-router. We need to track the progress of this feature and implement it. https://opensource.googleblog.com/2020/11/kubernetes-efficient-multi-zone.html https://kubernetes.io/docs/concepts/services-networking/service-topology/