Overview

This lesson defines the goal of this chapter which is to transfer the execution of our chaos experiments from our laptops into a Kubernetes cluster.

We'll cover the following...

We saw how we could run chaos experiments limited to specific applications or specific conditions. We were, for example, removing instances of an application, and that was partly randomized. We were terminating random Pods, but they were still tied to a specific application. Similarly, we were messing with networking but, again, limited and filtered by a particular app. We were destroying nodes as ...