kubernetes-go is a Go module that offers tools to deploy to Kubernetes. There is a publication for this repository which can be found here.
docker build -t pascalallen/kubernetes-go .
docker login
docker push pascalallen/kubernetes-go
kubectl apply -f etc/k8s/go
Locally, you will find the site running at http://localhost:9990/
kubectl get pods
kubectl get services
kubectl delete -f etc/k8s/go