Skip to content

splunk/qbec

Repository files navigation

qbec

Github build status Go Report Card codecov GolangCI

Build Stats

Qbec (pronounced like theCanadian 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 onjsonnetand is similar to other tools in the same space like kubecfgandksonnet.

For more info,read the docs

Installing

Use a prebuilt binaryfrom the releases pagefor your operating system.

On MacOS, you can install qbec using homebrew:

$ brew tap splunk/tap
$ brew install qbec

Building from source

git clone git@github:splunk/qbec
cdqbec
make install#installs lint tools etc.
make

Sign the CLA

Follow the steps herecla-assistant