chaos-mesh / chaosd

A Chaos Engineering toolkit.
Apache License 2.0
132 stars 63 forks source link

Can the chaosd deploy to k8s through the Daemonset? #246

Open chrisho opened 1 year ago

chrisho commented 1 year ago

chaos-mesh only apply to the namespace scope. I want to run the chaosd server deploy in each node and limit the network bandwidth. Have any example to support deploying to k8s with DaemonSet?

Thanks.