Aurora Disruption Scenario using Krknctl

To run aurora-disruption using krknctl, feel free to adjust the pod-name as needed for the name of the pod on your cluster

krknctl run pod-network-filter \
 --chaos-duration 60 \
 --pod-name target-pod \
 --ingress false \
 --egress true \
 --protocols tcp \
 --ports 3306,5432
Last modified August 19, 2025: adding use cases as scenarios (3dd5fe0)