Switched to HA Proxy and it seems to work.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu# cat relayd.conf
# DO NOT EDIT THIS FILE -- OPNsense auto-generated file
interval 10
log state changes
log host checks
prefork 1
timeout 3000
table <K3sControlPlaneNodes> {
192.168.1.201
192.168.1.202
192.168.1.203
}
table <K3sWorkerNodes> {
192.168.1.204
192.168.1.205
}
relay "K3SVIP" {
listen on 192.168.1.209 port 6443
forward to <K3sControlPlaneNodes> mode roundrobin check icmp
}
relay "K3sHTTP" {
listen on 192.168.1.209 port 80
forward to <K3sWorkerNodes> mode loadbalance check icmp
}
relay "K3sHTTPS" {
listen on 192.168.1.209 port 443
forward to <K3sWorkerNodes> mode loadbalance check icmp
}