Tag

dyups

1 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
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