Application Outage Scenarios using Krknctl
krknctl run application-outages (optional: --<parameter>:<value>)
Can also set any global variable listed here
Scenario specific parameters:
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
Namespace to target - all application routes will go inaccessible if pod selector is empty | string | True | ||
Set chaos duration (in sec) as desired | number | False | 600 | |
Pods to target. For example “{app: foo}” | string | False | ||
It can be [Ingress] or [Egress] or [Ingress, Egress] | string | False | “[Ingress, Egress]” |
To see all available scenario options
krknctl run application-outages --help