Search⌘ K

Chaos Experiments Checklist

Explore the essential checklist for chaos experiments in Kubernetes. Understand how to safely test application instance failures, network disruptions, and node management while generating reports and notifications. Learn what this lesson covers and also what it deliberately excludes, ensuring a focused approach to running chaos engineering experiments within Kubernetes clusters.

What we are going to do

Before we dive into practical examples, we’ll define a checklist of things we want to accomplish. What could be our goals?

To begin, we probably want to see what happens when we terminate an instance of an application, or we might want to see what happens when we partially terminate the network or delay network requests. Additionally, we might want to increase the latency of the network. We might also want to simulate denial of service attacks. We might want to ...