ko

Build and deploy Go applications directly on Kubernetes

brewmacoslinux
Try with needOr install directly
Source

About

Build and deploy Go applications on Kubernetes

Commands

ko

Examples

Build and push a Go application image to a registry$ ko build github.com/example/myapp
Deploy a Go application directly to Kubernetes cluster$ ko apply -f deployment.yaml
Build and run a Go application locally with ko$ ko run github.com/example/myapp