Scenarios
Available Kkrn-AI Scenarios
The following Krkn scenarios are currently supported by Kkrn-AI.
At least one scenario must be enabled for the Kkrn-AI experiment to run.
| Scenario | Kkrn-AI Config (YAML) |
|---|---|
| Pod Scenario | scenario.pod-scenarios |
| Application Outages | scenario.application-outages |
| Container Scenario | scenario.container-scenarios |
| Node CPU Hog | scenario.node-cpu-hog |
| Node Memory Hog | scenario.node-memory-hog |
| Time Scenario | scenario.time-scenarios |
By default, scenarios are not enabled. Depending on your use case, you can enable or disable these scenarios in the krkn-ai.yaml config file by setting the enable field to true or false.
scenario:
pod-scenarios:
enable: true
application-outages:
enable: false
container-scenarios:
enable: false
node-cpu-hog:
enable: true
node-memory-hog:
enable: true
time-scenarios:
enable: true