Search⌘ K
AI Features

Running Failed Scheduled Experiments

Explore how to simulate failed scheduled chaos experiments within a Kubernetes cluster by deleting deployments, monitoring pod statuses, and retrieving data from persistent volumes. Understand how to interpret error results and recreate application definitions to ensure accurate chaos testing procedures.

Deleting the Deployment to simulate a failed experiment

Let’s see what happens when an experiment fails. You probably already know the outcome, or, at least, you should be able to guess. Nevertheless, we’ll simulate a failure of the experiment by deleting the Deployment go-demo-8. As a result, the Pods of the application that is used as the target of the experiment ...