Creating Experiment Report
Explore how to convert chaos experiment logs into clear PDF reports using Docker containers. Understand the process of generating, exporting, and inspecting reports that communicate system vulnerabilities effectively. This lesson guides you in creating comprehensive single-experiment reports to share outcomes with your team or managers.
We'll cover the following...
Now that we have the journal with all the information, let’s convert JSON into something more humanly readable. We’re going to choose PDF, even though we could use some other format. For example, it could be HTML, which is useful if we would like to publish it online. However, we’re going to choose PDF because I will imagine that the goal is to hand over a document, either to your colleagues or to managers.
Now we’re getting to the potentially problematic part.
Docker for handling dependencies
To create a report, we need to install quite a few dependencies, and they can be tricky to install. ...