kpt is a toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files.
- Fetch, update, and sync configuration files using git.
- Examine and modify configuration files.
- Generate, transform, validate configuration files using containerized functions.
- Apply configuration files to clusters.
Grab prebuilt Binaries:
Platform |
---|
Linux (x64) |
macOS (x64) |
Windows (x64) |
or build from source:
GO111MODULE=on go get -v github.com/GoogleContainerTools/kpt
then:
# For linux/mac
chmod +x kpt
./kpt version
See the docs for more information on how to use kpt
.