Network Partitioning
Isolates network traffic between components for a configurable duration to simulate a network partition.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
targetNames | array of strings | Yes | Names of the components to partition from each other (min 1) |
delaySeconds | integer | No | Seconds to wait before starting. Defaults to 0 |
periodSeconds | integer | No | Duration of the partition in seconds. Defaults to 10 |
[[networkPartitioning]]targetNames = ["app", "db"]delaySeconds = 30periodSeconds = 15