Study. uk . com
  1. Home
  2. All questions
  3. Question 242

CKA study material · question 242 of 1000

How does kube-proxy in iptables mode choose a backend Pod for a new connection?

  1. By least connections
  2. At random
  3. By round robin
  4. By the client's source IP hash
Show the answer

Answer: B. At random

The iptables mode installs rules that select a backend Pod at random by default.

Source: Virtual IPs and Service Proxies (Kubernetes) — iptables proxy mode

Challenge yourself on this topic → Study as cards