DOOM Terraform chaos engineering | |
2023-06-03 | |
Last edit: 2023-06-03 | |
--------------------- | |
I first saw | |
kubedoom | |
and thought it was pretty cool, so I decided to do the same for Terraform, kno… | |
The principle is very simple, each enemy represents a Terraform resource, if an… | |
## How does it work? | |
The main program is `terraform-doom`, which creates a UNIX socket, listens to i… | |
The binaries `Xvfb` and `x11vnc` are used to create a cross-platform graphical … | |
At runtime `psdoom` will continuously write to the UNIX socket to signal `terra… | |
Everything we've just described will be encapsulated in a Docker container. | |
## Demonstration | |
This demonstration has been realized with the example Terraform project, every … | |
## Links | |
https://github.com/theobori/terraform-doom | |