Devops tips: using the minikube registry addon for a faster container image lifecycle
You may have encountered situations where you have to push and pull container images frequently when developing locally using minikube. We did too in imager200. Imagine that your container images are a few hundreds of megabytes, and your internet connection is not that fast, how would your dev lifecycle be like if you are pushing your image to a remote registry like Github or AWS ?