仅适用于与KATA 5.0 或更高版本的多个服务器集成时。
要在集群节点上配置内置平衡器:
mv /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg.orig
chown root:root /etc/haproxy/haproxy.cfg
chmod 640 /etc/haproxy/haproxy.cfg
$ModLoad imudp
$UDPServerRun 514
$UDPServerAddress 127.0.0.1
if $syslogfacility-text == 'local6' then /var/log/haproxy.log
if $syslogfacility-text == 'local6' then stop
if $programname startswith 'haproxy' then /var/log/haproxy.log
if $programname startswith 'haproxy' then stop
touch /var/log/haproxy.log
chown root:adm /var/log/haproxy.log
chmod 640 /var/log/haproxy.log
默认情况下,条目每天轮换。
systemctl restart rsyslog
systemctl start haproxy
systemctl enable haproxy
systemctl status haproxy
状态必须是running。
tail /var/log/haproxy.log
内置平衡器在 KSMG 集群节点上配置并启动。
页面顶部