Notes on Chaos Engineering
I have been exploring Chaos engineering as it applies to software systems this year.
As I explored further, I really got interested into it.
Next, I point to various references that I have found useful so far.
Theory
- Principles of Chaos Engineering describes the fundamental principles of chaos engineering.
- Chaos Engineering by Casey Rosenthal, Nora Jones
Talks
Identifyingn Hidden Dependencies
- Continuous verification
- Test your recover procedures
- Practice controlled experiments
Why SREs can’t afford to NOT do Chaos Engineering
Tooling
- My favorite tools so far:
iptables
,tc
,strace
,tcpkill
- Awesome Chaos Engineering