kpng
kpng copied to clipboard
Reworking kube-proxy's architecture
I'm working on running using KPNG instead of kube-proxy in a CAPZ cluster. This PR adds - files needed to build a windows container image w/ kpng and files needed...
Currently the way we test is in process https://jayunit100.blogspot.com/2022/03/my-dev-workflow-for-kpng-windows.html?q=windows However, @marosset has volunteered to get kpng windows backend working in a container (host process) which would be great ! To...
Both NFT And IPTAbles import the localsink package, of course, but the import different structs from it. To make it clear where their architecture is similar lets - move the...
This PR is aimed at the issue #430. It focus, initially, on the implementation of the e2e_test in go. I decided to start by aiming at a program that will...
### What kind of issue is this? /kind feature ### Current behaviour A working version of ClusterIP is currently implemented in the eBPF backend that performs operations on the `cgroup/connect4`...
### What kind of issue is this? /kind bug /kind cleanup /kind api-change ### Expected behaviour As described in the [go documentation](https://pkg.go.dev/context) there are rules on how `context` shall be...
We should updates https://github.com/kubernetes-sigs/kpng/blob/master/doc/service-proxy.md With the learnings from https://github.com/kubernetes-sigs/kpng/pull/532 /good-first-issue
*This is not a "write a bunch of code" task but it is essential, so please expect to spend 2 to 3 weeks on this if you are a new...
@qabpea has an idea to impl dpdk based usespace backend as a prototype Learn how kpng brain and userspace linux backend (rajas / jay) Go to p4.org ipdk.com and watch...
Lets make the tests run from a golang program instead of bash. then use the go to customize how we output the results (as a csv) and what ginkgo --focus...