Search⌘ K
AI Features

Defining Course Requirements

Explore the key requirements for starting chaos engineering in Kubernetes. Understand how to set up necessary tools like Git, kubectl, Helm, and Python, and learn about compatible Kubernetes clusters to prepare for practical chaos experiments.

Before we jump into practical exercises and start creating chaos, there are a few requirements that you should be aware of.

Git

You will need Git. I’m sure that you have it. Everyone does.

Note for Windows users

If you’re a Windows user, I strongly recommend that you run all the commands from a Git Bash terminal. It is available through the Git setup. If you don’t have it already, I recommend that you re-run Git installation. You’ll see a checkbox that, when selected, will install Git Bash. If you have something against Git Bash, then any other Bash should do. You could, theoretically, run your commands in PowerShell or Windows terminal, but then there would be some differences when compared with the commands in this course. So, ...