Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruinjoe
2909 days ago
How are you handling session management? After a user logs into the application are they going to the same instance?
2 comments
koffiezet
2904 days ago
By not running crappy applications that can't share sessions if you want to run multiple instances of them? Otherwise, limit it to one instance.
link
cr4zy
2909 days ago
service.spec.sessionAffinity ? - with the common scalability caveat
http://nishadikirielle.blogspot.com/2016/03/load-balancing-k...
link