Skip to content

Commit cb6e8f2

Browse files
committed
Add pdf and download landing page for chaos-engineering-failure-injection-low-cost-experiments article
1 parent db0def7 commit cb6e8f2

6 files changed

Lines changed: 926 additions & 11 deletions

File tree

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
---
2-
title: ""
3-
description: ""
2+
title: "Download Your Chaos Engineering Guide"
3+
description: "Get the complete guide: Pod killing and latency injection experiments without expensive platforms or dedicated teams."
44
author: "kevin-brown"
55
cover: "./download.png"
66
coverAlt: ""
7-
publishDate: 2025-01-15
7+
publishDate: 2024-01-15
88
isDraft: false
9-
fileType: "Whitepaper"
10-
fileSize: "2.3 MB"
11-
pages: 24
9+
fileType: "Guide"
10+
fileSize: "1.8 MB"
11+
pages: 20
1212
fileName: "*.pdf"
1313
---
1414

15+
A team spent four months evaluating enterprise chaos platforms before running their first experiment. Two weeks before they could start, a routine data center power test knocked out a PDU—exposing critical bugs that a fifteen-minute pod-kill experiment would have found. The expensive platform was never needed.
16+
17+
Chaos engineering doesn't require enterprise tools or dedicated teams. You can start today with `kubectl delete pod` and a hypothesis. This complete guide teaches you how to build a chaos engineering practice from your first experiment through sustainable, automated resilience testing—using only free tools.
18+
19+
Read this guide to learn:
20+
21+
- The four starter experiments you can run this week: pod termination, dependency latency injection, network partitions, and resource exhaustion
22+
- Comparison of free chaos tools: kubectl, tc/toxiproxy, Chaos Toolkit, and LitmusChaos
23+
- Blast radius control: scoping, timing, and impact limits to keep experiments safe
24+
- Experiment runbook template: hypothesis, prerequisites, execution steps, and rollback procedures
25+
- Stakeholder communication: preventing false alarms and building organizational awareness
26+
- Game day planning: team-wide failure response practice and incident simulation
27+
- Four-quarter roadmap: progressing from first experiments to automated chaos in CI/CD
28+
29+
Download Your Chaos Engineering Guide now to start running safe, hypothesis-driven experiments that reveal resilience bugs before they cause production outages.

0 commit comments

Comments
 (0)