0

As per this documentation, I have configured direct_functions to false, which allows the provider to balance traffic between replicas of OpenFaas functions. But it sends the traffic to only one replica. Without using any service mesh solution how do I archive the fairly balance the traffic to all pods that are related to one openfaas function? I have deployed OpenFaas on the EKS cluster.

1 Answer 1

1

I hope you have set the service type as loadbalancer. Additionally please check the following link.

https://github.com/openfaas/faas-netes/tree/master/chart/openfaas#endpoint-load-balancing

1
  • As per the above link, Disabling the KeepAlive connection cant be done because there is a requirement to have a KeepAlive connection. At last, I have configured the Linkerd as a solution for this. Thank you for your suggestion. Commented Nov 30, 2021 at 4:23

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .