Looking to set up external keepalived+haproxy for HA Rancher set up. The current need is to install Rancher 3 node cluster on RKE2. Keepalived+Haproxy need to be on the Rancher nodes. So the set up looks like: client request --> VIP (keepalived) --> Haproxy (frontend bind <vip>:80 / backend <rancher_host_ip:port> --> Ingress (nginx). Any example configs that I can review for my setup? I’ve gotten as far as accessing rancher, however, when keepalived fails over, the vip is still accessible but I cannot reach Rancher. I’ve been playing with different config options on haproxy and nginx ingress controller but nothing has worked thus far.