Technical requirements
This chapter will make use of the following technologies:
minikube
kubectl
- Helm
- GNU Privacy Guard (GPG)
The installation and configuration of Minikube, Kubectl, and Helm was covered in Chapter 2, Preparing a Kubernetes and Helm Environment.
We will also leverage the guestbook
chart from the Packt repository, located at https://github.com/PacktPublishing/-Learn-Helm, for a later example in this chapter. If you have not already cloned this repository, be sure to do so with the following command:
$ git clone https://github.com/PacktPublishing/-Learn-Helm.git Learn-Helm