- Home
- All questions
- Question 246
CKA study material · question 246 of 1000
Which Service field sends a given client's connections to the same Pod each time?
Show the answer
Answer: C. sessionAffinity set to ClientIP
sessionAffinity set to ClientIP gives client-IP stickiness; the default is None.
Source: Virtual IPs and Service Proxies (Kubernetes) — Session affinity