Minikube Development
This document goes through things that are helpful for development purposes
cache
This command is useful to use the local docker image in minikube. Docker images are stored in the local repo and using the cache command allow the image to be uploaded into the VM.
This is useful when doing local development and we want to use the image inside the VM