Disrupting Network Traffic

In this lesson, you will be assigned a new homework assignment in which you have to disrupt a random network.

What can we use to disrupt random network traffic?

We were terminating random Pods, no matter which application they belong to. Can we do something similar to networking? Can we disrupt a random network or, to be more precise, a random Istio VirtualService? Yes, we can, but not by using the out-of-the-box solution in Chaos Toolkit. At the time of this writing (April 2020), the Istio plugin does not allow us to operate on a random VirtualService. So, we cannot ...