Setting up your environment
Run the following steps to set up your minikube
environment:
- Start
minikube
by running theminikube start
command:$ minikube start
- Then, create a new namespace called
chapter9
:$ kubectl create namespace chapter9
With your minikube
environment ready, let’s begin by discussing how Helm charts can be tested. We will begin the discussion by outlining the methods you can use to verify your Helm templates.