thekubeworld / k8devel

A simple to use Kubernetes Framework based on client-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8devel

Go Report Card GoDoc License

An Easy to use Go framework for Kubernetes based on kubernetes/client-go, see examples dir for a quick start.

How to test it ?

  1. Download the module
$ GO111MODULE=on go get github.com/thekubeworld/k8devel
  1. Download the source
$ git clone https://github.com/thekubeworld/k8devel.git
$ cd k8devel/examples/pod
  1. Build and Run
$ go build pod.go
$ ./pod
Pod mytesting namespace default created!

About

A simple to use Kubernetes Framework based on client-go

License:Apache License 2.0


Languages

Language:Go 100.0%