I'm having issues scaling a kratos container in Ku...
# talk-kratos
p
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
do you use the exact same DSN for all? and not sqlite?
p
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
hm well... are there any logs? are they different in the instances?
p
What should I look for?