Been working on a new deployment of Ignition lately. I have it tied to into a K8s cluster with ArgoCD.
Current Layout:
Frontend container w/loadbalancer,pvc,autoscale
Backend container w/loadbancer,pvc,autoscale
Mariadb containers (3 containers statefulset with replication enabled)
The only issue I am having and I am honestly not sure if it is supported is the autoscaleout. I have tried having the containers share the same PVC, seed the data, different pvcs, etc. My connection to the gateway will consistently want me to login, (fixed by sessionaffinity) but if it were to hit the second replica that was created, the login screen will just continue to spin and not function correctly.
If this is not supported, is my only option created individual gateways and utilizing EAM on each one?
Any help is appreciated.