No oxAuth should not have sticky sessions. I just tried the latest installer 1.4.4 that uses images `4.2.3` and I did not run into the issue on EKS.
Can you please try it and let me know.
For reference:
Installer --> https://github.com/GluuFederation/cloud-native-edition/releases/tag/v1.4.4
EKS command:
```bash
eksctl create cluster \
--name gluutest \
--version 1.19 \
--nodegroup-name standard-workers \
--node-type t2.xlarge \
--zones eu-central-1a,eu-central-1b,eu-central-1c \
--nodes 4 \
--region eu-central-1 \
--node-ami auto \
--ssh-public-key "~/.ssh/id_rsa.pub"
```
eksctl version : `0.41.0`
Installer command:
```
pygluu-kubernetes-linux-amd64.pyz helm-install
```
Waited for the service to be a ready state and scaled.
```
kubectl scale deploy gluu-oxauth -n gluu --replicas=3
kubectl scale statefulset gluu-oxtrust -n gluu --replicas=3
```
```
NAME READY STATUS RESTARTS AGE
gluu-config-pggxq 0/1 Completed 0 17m
gluu-jackrabbit-0 1/1 Running 0 17m
gluu-opendj-0 1/1 Running 0 17m
gluu-oxauth-ddbbdbbd7-4j4c7 1/1 Running 1 17m
gluu-oxauth-ddbbdbbd7-9p8vz 1/1 Running 0 12m
gluu-oxauth-ddbbdbbd7-qkpwh 1/1 Running 0 12m
gluu-oxtrust-0 1/1 Running 1 17m
gluu-oxtrust-1 1/1 Running 0 3m17s
gluu-oxtrust-2 1/1 Running 0 2m18s
gluu-persistence-796db 0/1 Completed 0 17m
```