- kind
- docker
- make
Copy or move configs/kustomization_EXAMPLE.yaml to kustomization.yaml
$ cp configs/kustomization_EXAMPLE.yaml configs/kustomization.yamlUncomment the contents and change the example values.
Build the project with make as follows.
$ make upTo bring everything back down, use make down (which only runs kind delete cluster).