nginx + etcd 动态负载均衡实践(三)—— 基于nginx-upsync-module实现

楮星鹏
2023-12-01

一、前言

各组件介绍及安装请转阅:

nginx + etcd 动态负载均衡实践(一)—— 组件介绍
nginx + etcd 动态负载均衡实践(二)—— 组件安装

二、下载upsync 模块

mkdir -p /root/nginx-etcd-confd
cd /root/nginx-etcd-confd
git clone https://github.com/weibocom/nginx-upsync-module.git

三、编译安装nginx

下载:

cd /root/nginx-etcd-confd
wget http://nginx.org/download/nginx-1.21.5.tar.gz

安装:

 类似资料: