Hi
I’m using kong without DB in kubernetes.
I want to use two or more kong pods for local redundancy.
Each kong pod stores and maintains the necessary data in “resty.lrucache”.
When a special request is received in kong, the data is updated.
I want to share the data stored in “resty.lrucache” with all kongs.
Is there any way?
[ENV]
- Kubernetes
- Kong + ingress + dbless