Hello, I'd like to know if openresty could be deployed as an ingress controller, and if so, how ?
The purpose is to have sticky sessions available on k8s. From what I understand, it can be achieved with ingress annotations, but for that, openresty must act as ingress controller.
If it's not possible, is there another way, maybe with a lua module ? How to keep a sessionId between all replicas ?