kbld

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2019 License: Apache-2.0

README

kbld

kbld

  1. optionally builds Docker images (by delegating to other tools such as Docker, kaniko, etc.)
  2. resolves images to their immutable image references (digests)
  3. and, outputs YAML configuration with immutable image references

... so that output can be used with other Kubernetes deployment tools.

For example, one could use ytt + kbld + kapp to deploy an application:

ytt template -R -f kubernetes-manifests/ | kbld apply -f- | kapp -y deploy -a app1 -f-

Docs

Install

Grab prebuilt binaries from the Releases page.

Development

./hack/build.sh
./hack/test-all.sh

build.sh depends on ytt.

Directories

Path Synopsis
cmd
kbld command
pkg
test
e2e

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL