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.
The version of kpt installed using gcloud may not be the latest released version.
gcloud components install kptbrew tap GoogleContainerTools/kpt https://github.com/GoogleContainerTools/kpt.git
brew install kptGO111MODULE=on go get -v github.com/GoogleContainerTools/kptdocker run gcr.io/kpt-dev/kpt versionSee the docs for more information on how to use kpt.