Pfsense: load balancing 2 LAN ip

Hi,

I created a small kubernetes in my homelab and I would like to create a load balancer to serve traffic on my 2 nodes.
I’m trying to replicate what I have at work where on a F5 device we create a virtual IP and serve traffic to few other IP.

Any idea how to set something like that on pfsense?

Are you going to use HAproxy or nginx to handle the load balancing?

Typically you setup the nodes to set a VIP to do load balancing and then you can reserve the IP if you are using DHCP.

I’m using HAproxy to achieve what I wanted.
Thanks for pointing me in the right direction!