10000 GitHub - cspargo/qbec: configure kubernetes objects on multiple clusters using jsonnet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cspargo/qbec

 
 

Repository files navigation

qbec

Build Status Go Report Card

Qbec (pronounced like the Canadian province) is a CLI tool that allows you to create Kubernetes objects on multiple Kubernetes clusters or namespaces configured correctly for the target environment in question.

It is based on jsonnet and is similar to other tools in the same space like kubecfg and ksonnet.

For more info, read the docs

Building from source

mkdir -p ${GOPATH}/src/github.com/splunk
cd ${GOPATH}/src/github.com/splunk && git clone git@github.com:splunk/qbec
cd qbec
make install  # installs dep, golint etc.
make

About

configure kubernetes objects on multiple clusters using jsonnet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.8%
  • Other 1.2%
0