Application outages | application_outages_scenarios | Isolates application Ingress/Egress traffic to observe the impact on dependent applications and recovery/initialization timing |
Container failures | container_scenarios | Injects container failures based on the provided kill signal |
KubeVirt VM Outage | kubevirt_vm_outage | Simulates VM-level disruptions by deleting a Virtual Machine Instance (VMI) to test resilience and recovery mechanisms |
Network Chaos | network_chaos_scenarios | Introduces network latency, packet loss, bandwidth restriction in the egress traffic of a Node’s interface using tc and Netem |
Network Chaos NG | network_chaos_ng_scenarios | Introduces Node network filtering scenario and a new infrastructure to refactor and port the Network Chaos scenarios |
Node CPU Hog | hog_scenarios | Hogs CPU on the targeted nodes |
Node IO Hog | hog_scenarios | Hogs io on the targeted nodes |
Node Memory Hog | hog_scenarios | Hogs memory on the targeted nodes |
Node Failures | node_scenarios | Injects node failure through OpenShift/Kubernetes, cloud API’s |
Pod Failures | pod_disruption_scenarios | Injects pod failures |
Pod Network Chaos | pod_network_scenarios | Introduces network chaos at pod level |
Power Outages | cluster_shut_down_scenarios | Shuts down the cluster for the specified duration and turns it back on to check the cluster health |
PVC disk fill | pvc_scenarios | Fills up a given PersistenVolumeClaim by creating a temp file on the PVC from a pod associated with it |
Service Disruption | service_disruption_scenarios | Deleting all objects within a namespace |
Service Hijacking | service_hijacking_scenarios | Hijacks a service http traffic to simulate custom HTTP responses |
Syn Flood | syn_flood_scenarios | Generates a substantial amount of TCP traffic directed at one or more Kubernetes services |
Time skew | time_scenarios | Skews the time and date |
Zone outages | zone_outages_scenarios | Creates zone outage to observe the impact on the cluster, applications |