## Requirements - A running kubernetes cluster (if you don't have one see *Setup a local cluster* section) - [helm 3](https://helm.sh/) installed on your machine - [skaffold](https://skaffold.dev/) installed on your machine ### Setup a local cluster - You need a machine with [docker](https://docker.io) up & running - You need to install [kind](https://kind.sigs.k8s.io/) on your machine Then we can create a two nodes cluster (one master and one worker): ```bash cat <