LeonAdato / xk6-output-statsd

k6 extension to output real-time test metrics using StatsD.
Apache License 2.0
21 stars 9 forks source link

k8s network errors #5

Open AUMakarov opened 10 months ago

AUMakarov commented 10 months ago

Hello! I'm use extenson in k6-operator with prometheus-statsd-exporter. In exporter running HPA. When test launched, everything works fine, but when resources run out and k8s creates additional exporters pods, traffic is not distributed to them. Apparently due to address caching. After deleting the exporters starting pod, I see a sending error in the logs. After this, traffic begins to be distributed among several pods, but not all.