2021-05-15 20:47:18 UTC - Alexander Verkest: Hi there, Can anyone help me with how the loadbalancing works in OpenWhisk? I installed OpenWhisk with Helm and specified some extra settings using the values.yaml file (<https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-custom-build-cluster-scaleup.md#small-scale>), i.e. I set 3 invokers for my 3 nodes, but all requests seem to go to one single invoker? Also am I correct in that sending a request to “<https://<api%20url>:<nodeport>/api/v1/web/guest/default/<function>|https://<api url>:<nodeport>/api/v1/web/guest/default/<function>>” will make sure it is sent through the api gateway and is load balanced?
The reason I ask is because I am currently load testing OpenWhisk with 200 concurrent requests after rampup, but OpenWhisk gives me poor average request results (keeps dropping to 0) as seen in the picture https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1621111638204400?thread_ts=1621111638.204400&cid=C3TPCAQG1 ----