Technical requirements
This chapter will use the following technologies:
minikube
kubectl
helm
git
yamllint
yamale
chart-testing
(ct
)
In addition to these tools, you can follow along with the samples in the Packt GitHub repository located at https://github.com/PacktPublishing/-Learn-Helm, which will be referenced throughout this chapter. In many of the example commands used throughout this chapter, we will reference the Packt repository, so you may find it helpful to clone this repository by running the git clone
command:
$ git clone https://github.com/PacktPublishing/-Learn-Helm Learn-Helm
Now, let's proceed with setting up your local minikube
environment.