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.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does k8s GoReplay daemonset support multiple pod traffic mirror

zousheng opened this issue · comments

commented

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