I have setup wildfly16 cluster,this includes 3 nodes
node1-wildfly load balancer
node2,node3- deployed application war
Now what if load balancer failed?
This setup works fine even if one node fails, the load balancer will manage the session. But the problem is what if load balancer fails?? it will become single point failure . I have followed below link https://docs.jboss.org/author/display/WFLY/Using+Wildfly+as+a+Load+Balancer
Also is there any other way to do clustering without load balancer?