Hi,
I implement specific load balance mechanism for our product using Openresty running on Kubernetes. Some shared dicts are used to stored the upstream servers IP address. On Kubernetes, the upstream servers might change for scaling out. So, when the upstream server changes, I want to refresh the shared dict for the latest server address.
Does Opensty provide such kind of configuration?
Thanks
Liu Peng