You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon, I have an application running with a front-end and back-end service. I am using web-socket and find that sessions are not maintained, what I need is for a session to be maintained between same front and back until it ends. I currently have 3 replicas on 3 nodes. Is there a solution for this in OCI Native Ingress Controller?
Nginx-Controller uses annotations to solve this: https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/
Good afternoon, I have an application running with a front-end and back-end service. I am using web-socket and find that sessions are not maintained, what I need is for a session to be maintained between same front and back until it ends. I currently have 3 replicas on 3 nodes. Is there a solution for this in OCI Native Ingress Controller?
Nginx-Controller uses annotations to solve this: https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/
I leave documentation of the library used in the application:
https://socket.io/docs/v4/using-multiple-nodes/
Please your help..
The text was updated successfully, but these errors were encountered: