Tag

dynamic upstream

0 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Feb 9, 2022 · Operations

Smooth Web Service Deployment with Nginx dyups: Dynamic Upstream Management

This article explains how Zhaozhuan uses Nginx load‑balancing, the dyups module, and a custom deployment workflow to achieve zero‑downtime service upgrades, dynamic scaling, and graceful reloads without losing any requests.

dynamic upstreamdyupsload balancing
0 likes · 8 min read
Smooth Web Service Deployment with Nginx dyups: Dynamic Upstream Management
Java Architecture Diary
Java Architecture Diary
Feb 4, 2020 · Cloud Native

How to Auto‑Update Nginx Upstreams with Nacos Service Discovery (Lua & Java Agents)

Learn how to replace manual Nginx upstream configuration with automatic service discovery using Nacos, by either writing Lua scripts with the nginx‑lua‑module or building a Java/Golang agent that fetches instance lists via the Nacos API, updates upstream blocks, and triggers hot reloads.

JavaLuaNacos
0 likes · 5 min read
How to Auto‑Update Nginx Upstreams with Nacos Service Discovery (Lua & Java Agents)
Efficient Ops
Efficient Ops
May 19, 2019 · Backend Development

How to Auto-Update Nginx Upstreams with Zookeeper Using nginx-upstream-reloader

This guide explains how the nginx-upstream-reloader module automatically discovers backend IP changes from Zookeeper, persists upstream configurations, and updates Nginx in real time without reloads, covering architecture, features, workflow, and step‑by‑step usage.

PythonZookeeperbackend discovery
0 likes · 10 min read
How to Auto-Update Nginx Upstreams with Zookeeper Using nginx-upstream-reloader
Efficient Ops
Efficient Ops
Feb 12, 2019 · Backend Development

Auto‑Updating Nginx Upstreams with Zookeeper Using nginx‑upstream‑reloader

This guide explains how to use the nginx‑upstream‑reloader module together with Zookeeper and the dyups module to automatically discover backend services, persist upstream configurations, and update Nginx without reloads, even when IP addresses change frequently.

PythonZookeeperbackend discovery
0 likes · 10 min read
Auto‑Updating Nginx Upstreams with Zookeeper Using nginx‑upstream‑reloader