- Home
- All questions
- Question 727
CKA study material · question 727 of 1000
In iptables proxy mode, how is a backend chosen for a new connection to a Service?
Show the answer
Answer: D. At random
iptables mode installs rules that select a backend Pod at random for each new connection; round robin and weighted algorithms are what IPVS mode adds.
Source: Virtual IPs and Service Proxies (Kubernetes) — Proxy modes › iptables proxy mode