This collection of short videos demonstrate how to run the following attacks in 60 seconds. This is a quick and simple way to share the why, how, and what of these various Chaos Engineering attacks.
Turn your sound on 🔊
- Shutdown (scheduled / automated) — aka Chaos Monkey
- CPU
- Memory
- …
In this tutorial, we’ll be using Gremlin to run a blackhole attack that blocks an external address. In this example, we’ll block access to example.com.
First, we’ll launch our container, a simple ubuntu container:
sudo docker run -l service=curl --name curl -d nginx
Obtain the container id, in this example…