If we had multiple pods but no sticky sessions, would an additional request cause the request to shift pod and thus reset the authentication for a user?
My understanding of sessions in kubernetes is that without sticky sessions, requests are handled in a 'round robin' way whereby a setup with 2 pods would handle requests pod 1 pod 2 1 2 etc. Could this potentially cause authentication to be reset?
Thanks