Dependency management tools are built into go 1.11+ in the form of go modules. These are used by the main Kubernetes repo (>= v1.15.0) and client-go (>= kubernetes-1.15.0) to manage dependencies. If you are using go 1.11 or 1.12 and are working with a project located within $GOPATH, you must opt into using go modules:
export GO111MODULE=on
Release
Create new release
make release
Todo
Retrieve cluster per account id
Make dropdown list for the UI to support particular Account
Showing Information about Kubernets objects: nodes, services, namespace, deployment, events