Build and deploy Go applications directly on Kubernetes
Build and deploy Go applications on Kubernetes
ko
$ ko build github.com/example/myapp
$ ko apply -f deployment.yaml
$ ko run github.com/example/myapp