Technical requirements
In addition to the tools that you installed in Chapter 3, Provisioning Kubernetes Clusters Using AWS and Terraform, you will need to install the following tools:
python3
pip3
virtualenv
I will go into the specifics of these tools' installation and configuration in the next section. If you already know how to do this, you can go ahead and set them up now.
You need to have an up-and-running Kubernetes cluster as per the instructions in Chapter 3, Provisioning Kubernetes Clusters Using AWS and Terraform.
The code for this chapter is located at https://github.com/PacktPublishing/Kubernetes-in-Production-Best-Practices/tree/master/Chapter04.
Check out the following link to see the Code in Action video: