Technical requirements
In order to run the commands in this chapter, you will need to have the kubectl tool installed. Installation instructions are available in Chapter 1, Communicating with Kubernetes.
If you are actually going to create a cluster using any of the methods in this chapter, you will need to review the specific technical requirements for each method in the relevant project's documentation. For minikube specifically, most machines running Linux, macOS, or Windows will work. For large clusters, please review the specific documentation of the tool you plan to use.
The code used in this chapter can be found in the book's GitHub repository at the following link:
https://github.com/PacktPublishing/Cloud-Native-with-Kubernetes/tree/master/Chapter2