k8devel
An Easy to use Go framework for Kubernetes based on kubernetes/client-go, see examples dir for a quick start.
How to test it ?
- Download the module
$ GO111MODULE=on go get github.com/thekubeworld/k8devel
- Download the source
$ git clone https://github.com/thekubeworld/k8devel.git
$ cd k8devel/examples/pod
- Build and Run
$ go build pod.go
$ ./pod
Pod mytesting namespace default created!