Sticky sessions on Kubernetes cluster
I looked into this matter and I have found solution to your issue. To achieve sticky session for both paths you will need two definitions of ingress. I created example configuration to show you the whole process: Steps to reproduce: Apply Ingress definitions Create deployments Create services Create Ingresses Test I assume that the cluster … Read more