Autoscaling options for vault : EKS with fargate

I have setup hashicorp vault with AWS EKS ( fargate ). Now all read and write requests are only handling by a single active node where standby nodes are just acting like a failover nodes. I would like to distribute LBR traffic to multiple nodes ( active and standby ) or ( active and active ) mode. What are the possible options I have.