Boilerplate code for executing Golang code on Kubernetes cluster
Makefile
Execute Go code on Kubernetes
Boilerplate code for executing Golang code on Kubernetes cluster.
$ make push # push code on docker hub
$ make apply # create a job that will test the code
$ make log # see log from the pod
$ make run # run all the above step together