Skip to main content

Chaos faults for SSH

Introduction

SSH chaos injects chaos on the target host using SSH connections by passing custom chaos logic through a ConfigMap.

SSH chaos injects chaos on the target host using SSH connections by passing custom chaos logic through a ConfigMap. These scripts are executed using SSH credentials, which are securely referenced in the ConfigMap. This enables direct fault injection on the target host. This experiment offers customisation for the chaos injection logic, providing flexibility and control over chaos experiments.

Use cases
  • SSH chaos can be used with custom chaos logic and transferred to a target VM (to execute network chaos experiments, power off, and so on).
  • This serves as a framework which can be customised to perform other chaos experiments, such as network stress, HTTP, DNS, restart service and so on.
  • This framework can be used to rollback to the orignal state of an abort event.
View details