rig
is a kubernetes manifest pre-processor and templating tool.
- Templates can be stored in remote git repositories, enabling the ability to share templates across apps.
- Built on go templates with support for all the templating features of Helm.
rig help
Install using the install script:
curl https://raw.githubusercontent.com/gonstr/rig/master/install.sh | sh
Install using go get
:
go get github.com/gonstr/rig
Or just download binaries from the latest release.
gonstr/rig has rig
and git
installed.