- Home
- All questions
- Question 245
CKA study material · question 245 of 1000
Why is it recommended to name kube-proxy's mode explicitly in its configuration?
Show the answer
Answer: C. So an upgrade does not silently change the proxy backend
A future release changes the default, so pinning the mode stops an upgrade swapping the backend unexpectedly.
Source: Virtual IPs and Service Proxies (Kubernetes) — Proxy modes