Hi all,
I’m currently using NGINX OSS as a reverse proxy in front of several upstream microservices. I’d like to know if there’s a clean way to dynamically update the list of upstream servers from an external file or endpoint—without doing a full nginx -s reload.
Use case: Some of our upstream nodes are dynamic (via container scaling), and I’m exploring ways to automate upstream changes with minimal downtime. I know about NGINX Plus’s API for dynamic reconfiguration, but is there a community workaround for OSS?
Appreciate any guidance or patterns that have worked for you.
Thanks!
Jhonn Mick