kbld

Build and push container images for Kubernetes development

brewmacoslinux
Try with needOr install directly
Source

About

Tool for building and pushing container images in development workflows

Commands

kbld

Examples

Build a container image from a Dockerfile in current directory$ kbld -f . --build-output=docker
Process YAML files and resolve image references with built images$ kbld -f app.yaml -f config/ --images-output-dir=./built-images
Build and push images to a registry while updating YAML references$ kbld -f deployment.yaml --build-output=docker --lock-output=lock.yml