I'm having issues scaling a kratos container in Kubernetes using the helm chart, it seems that when I go above one container it doesn't maintain my user state/sessions between the containers, is there something I need to configure for this to work?
s
steep-lamp-91158
11/18/2021, 5:37 PM
do you use the exact same DSN for all? and not sqlite?
p
plain-nest-87853
11/18/2021, 5:50 PM
I'm using a mysql dsn which is set in my values file so it is the same
the session secret is also in the values file and I'm using the latest helm chart 0.21.0
s
steep-lamp-91158
11/19/2021, 10:51 AM
hm well... are there any logs? are they different in the instances?