Flatcar icon indicating copy to clipboard operation
Flatcar copied to clipboard

[RFE] Enable CONFIG_NETKIT

Open timbuchwaldt opened this issue 4 weeks ago • 3 comments

Current situation

The Netkit Kernel feature is not activated.

Impact

One can't use Cilium in Netkit mode

Ideal future situation

Netkit is enabled so lower latency and more efficient networking is possible

Implementation options

Enable the feature during Kernel build

Additional information

https://isovalent.com/blog/post/cilium-netkit-a-new-container-networking-paradigm-for-the-ai-era/

timbuchwaldt avatar Nov 26 '25 14:11 timbuchwaldt

It's a BPF thing. We should probably turn it on. 😄

chewi avatar Dec 01 '25 11:12 chewi

It's a BPF thing. We should probably turn it on. 😄

As usual, we just need to check if does not increase a lot the Kernel size but I think it should be OK. @timbuchwaldt would you be interested to add this support? It's just a matter of enabling CONFIG_NETKIT in Flatcar Kernel config, this is similar to this: https://github.com/flatcar/scripts/pull/3461

tormath1 avatar Dec 01 '25 11:12 tormath1

Yep, on it!

timbuchwaldt avatar Dec 01 '25 12:12 timbuchwaldt