
kpt is a toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files.
The version of kpt installed using gcloud may not be the latest released version.
gcloud components install kpt
brew tap GoogleContainerTools/kpt https://github.com/GoogleContainerTools/kpt.git
brew install kpt
GO111MODULE=on go get -v github.com/GoogleContainerTools/kpt
docker run gcr.io/kpt-dev/kpt version
See the docs for more information on how to use kpt.
See the roadmap for more information about new features planned for kpt.