Technical requirements
In order to run the commands detailed in this chapter, you will need a computer that supports the kubectl
command-line tool along with a working Kubernetes cluster. Refer to Chapter 1, Communicating with Kubernetes, for several methods for getting up and running with Kubernetes quickly, and for instructions on how to install the kubectl tool. Additionally, you will need a machine that supports the Helm CLI tool, which typically has the same prerequisites as kubectl – for details, check out the Helm documentation at https://helm.sh/docs/intro/install/.
The code used in this chapter can be found in the book's GitHub repository at
https://github.com/PacktPublishing/Cloud-Native-with-Kubernetes/tree/master/Chapter11.