/k8sGoClient

Kubernetes client with simple queries using Go

Primary LanguageGo

Overview

Build

You need configure the go project and load all the modules:

$ go mod init k8sgoclient 
$ go mod tidy

Now you can compile it:

$ GOOS=linux go build -o ./app .