First, we need to set up Docker Desktop on Windows or Mac OS X. On Linux, there are various commands for setting up Docker depending on your favorite Linux distribution
We can use any of the following options to deploy the Helm Charts:
- Kubernetes via Docker Desktop
- Kubernetes via Minikube
- Kubernetes via Kind
- Kubernetes via Azure Kubernetes Service (if you prefer to run it in the Cloud)
Once your Kubernetes cluster is up and running you need to set up the Kubectl client locally and then install Helm 3
The installation of Docker, Kubernetes, Kube Control (kubectl) and Helm 3 is all we need to get rolling.