All Projects → splunk → qbec

splunk / qbec

Licence: Apache-2.0 license
configure kubernetes objects on multiple clusters using jsonnet

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to qbec

jsonnet-controller
A fluxcd controller for managing manifests declared in jsonnet
Stars: ✭ 52 (-61.76%)
Mutual labels:  kubecfg
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+5699.26%)
Mutual labels:  ksonnet
ksonnet-cheat-sheet
No description or website provided.
Stars: ✭ 18 (-86.76%)
Mutual labels:  ksonnet

qbec

Github build status Go Report Card codecov GolangCI

Build Stats

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

Installing

Use a prebuilt binary from the releases page for your operating system.

On MacOS, you can install qbec using homebrew:

$ brew tap splunk/tap 
$ brew install qbec

Building from source

git clone [email protected]:splunk/qbec
cd qbec
make install  # installs lint tools etc.
make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].