- Home
- All questions
- Question 728
CKA study material · question 728 of 1000
An operator is choosing a kube-proxy mode for a new Linux cluster and is considering ipvs. What is the current guidance?
Show the answer
Answer: A. ipvs is deprecated, and nftables is recommended in its place
The ipvs mode is deprecated because the kernel IPVS API never fitted all the edge cases of the Service API; nftables replaces both it and iptables mode with better performance.
Source: Virtual IPs and Service Proxies (Kubernetes) — Proxy modes › IPVS proxy mode