Chaos Engineering with LitmusChaos

Chaos engineering: enough to see your first experiment, not yet enough to design a program.

Step 1: Install Litmus

helm install litmus litmuschaos/litmus -n litmus --create-namespace

Wait for pods; access UI via port-forward.

Step 2: Pick experiment

Step 3: Run experiment

Configure the experiment, point it at a target, and let Litmus orchestrate the failure injection on schedule.

Step 4: Read the result

Probes are how chaos becomes a test rather than a stunt. They assert the system kept doing its job during the failure.

Antipatterns

What to do this week

Three moves. (1) Run the tutorial end-to-end on your own laptop / sandbox. (2) Apply the pattern to one production workload. (3) Document the variations you needed; share with the team.