I have an app which using in memory database. I created statefulset using the Pod with let's say 3 replica. used PVC for storing the database related files.
I used a Loabalancer to expose the statefulset.
So when the traffic hits loadbalancer each time it's forwarded to different pods.
Is there anyway I can control the loadbalacing to the Pod based on some condition ( like if Client IP is X go to pod Y) ?