-
Notifications
You must be signed in to change notification settings - Fork 157
Use nuster As TCP Loader Balancer
Jiang Wenyuan edited this page Aug 11, 2018
·
1 revision
frontend mysql-lb
bind *:3306
mode tcp
default_backend mysql-cluster
backend mysql-cluster
balance roundrobin
mode tcp
server s1 10.0.0.101:3306
server s2 10.0.0.102:3306
server s3 10.0.0.103:3306