Creating a Multi-Experiment Report
Understand how to execute multiple chaos experiments in Kubernetes, save their results in separate journal files, and combine these for a consolidated multi-experiment report. Discover how this practice enhances application and cluster reliability by providing complete insights into system behavior under various failure scenarios.
Assuming that we want to see how we can generate reports based on multiple experiments, the first thing we need to do is to run a second experiment. Otherwise, we’d be left with data (journal) from a single experiment.
So, we are going to execute yet another experiment that will generate a second journal file. After that, we’ll try to figure out how to create a report based on both journals.
Using the definition of network-delay.yaml
Let’s start by taking a quick look at yet another definition.
The output is as follows.
version: 1.0.0
title: What happens if we abort and ...