Commit 53c6c5cf authored by Eric Tune's avatar Eric Tune

Document session affinity option.

Closes #2867
parent fe38101b
......@@ -109,6 +109,9 @@ appropriate backend without the clients knowing anything about Kubernetes or
![Services overview diagram](services_overview.png)
By default, the choice of backend is random. Client-IP-based session affinity
can be selected by setting `service.spec.sessionAffinity` to `"ClientIP"`.
### Why not use round-robin DNS?
A question that pops up every now and then is why we do all this stuff with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment