drekle / kpt

Home Page:https://googlecontainertools.github.io/kpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Documentation

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


About

https://googlecontainertools.github.io/kpt

License:Apache License 2.0


Languages

Language:Go 46.2%Language:CSS 30.8%Language:Shell 15.4%Language:HTML 5.6%Language:JavaScript 1.5%Language:Makefile 0.3%Language:Dockerfile 0.2%Language:Ruby 0.1%