项目作者: albttx

项目描述 :
NGINX LoadBalancer UDP
高级语言: Go
项目地址: git://github.com/albttx/poc-nginx-lb-udp.git
创建时间: 2019-01-21T13:52:27Z
项目社区:https://github.com/albttx/poc-nginx-lb-udp

开源协议:

下载


POC NGINX Loadbalencing UDP

Following the annonce by NGINX https://www.nginx.com/blog/announcing-udp-load-balancing/

asciicast

How to

- start udp-server-1 and udp-server-2

  1. $ docker-compose up udp-server-1
  2. $ docker-compose up udp-server-2

- start nginx

  1. $ docker-compose up nginx

- start udp-client

  1. $ docker-compose up --scale udp-client=3 -d