Skip to content

ianchakeres/kpt

 
 

Repository files navigation

KPT

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.

Installation

Install with Gcloud

gcloud components install kpt

Install with Homebrew

brew tap GoogleContainerTools/kpt https://github.com/GoogleContainerTools/kpt.git
brew install kpt

Install from binaries:

Platform
Linux (x64)
macOS (x64)
Windows (x64)
# For linux/mac
chmod +x kpt

./kpt version

Install from source:

GO111MODULE=on go get -v github.com/GoogleContainerTools/kpt

See the docs for more information on how to use kpt.


Packages

No packages published

Languages

  • Go 48.4%
  • CSS 29.6%
  • Shell 14.7%
  • HTML 5.3%
  • JavaScript 1.4%
  • Makefile 0.3%
  • Other 0.3%