Discovering Chaos Toolkit Kubernetes Plugin
Explore how to install the Chaos Toolkit Kubernetes plugin and discover its functionalities to create chaos engineering experiments. Understand the plugin's actions and probes through its detailed discovery output, preparing you for managing application instance terminations in Kubernetes.
We'll cover the following...
We'll cover the following...
Installing the plugin
There is one crucial thing you should know about Chaos Toolkit. It does not support Kubernetes out-of-the-box, and that’s not the only thing it does not provide initially. There are many others that we will need. But, luckily for us, the Chaos Toolkit itself is very basic because it is based on the plugins (or modules) ecosystem. For anything beyond basic out-of-the-box features, we need to install a plugin. Since our primary ...