You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
In the benchmark , it was noticed that Cilum has a higher CPU usage compared to other filters. Upon inspection with the profile tool, we noticed a fairly good amount of time in iptables processing as evident by the presence of ipt_do_table and nf_hook_slow function calls.
In the benchmark , it was noticed that Cilum has a higher CPU usage compared to other filters. Upon inspection with the
profile
tool, we noticed a fairly good amount of time in iptables processing as evident by the presence ofipt_do_table
andnf_hook_slow
function calls.Profile trace output
https://gist.github.com/ipochi/ae0fad1e8af8be7667f37645b7b0a758
Installing with kube-proxy free mode would probably help improve CPU usage
The text was updated successfully, but these errors were encountered: