mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
Executing commands in pods is expensive in terms of time and the execution time is unpredictable and random. The session affinity tests send several http requests from a pod to check that the session is sticky. Instead of executing one http request at a time, we can execute several requests from the pod at one time and process the output.