Local Development of golang app with minikube & ko
While exploring, I came across ko tool by google & found interesting since it buids and deploy golang applications to kubernetes easily. This post is for minikube only since I am focussing on local development. Pre-Flight Checks Installing ko go get github.com/google/go-containerregistry/cmd/ko That鈥檚 it :) Verify your installation by which ko We can mention any docker registry (local or remote) using KO_DOCKER_REPO env variable, but as we are focussing on local development, we will publish images to minikube鈥檚 docker daemon...