buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.59k stars 17 forks source link

Does k8s GoReplay daemonset support multiple pod traffic mirror #1160

Open zousheng opened 1 year ago

zousheng commented 1 year ago

Hi,

I have one question about how to mirror traffic for 100 different app pods in one k8s cluster? The native k8s support doc seems only support one app per daemonSet, it needs 100 daemonSets (which takes too many node resources) if I want to mirror 100 different app pods. please help advise. Thanks