You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/GoogleContainerTools/kpt

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/GoogleContainerTools/kpt

v0.39.3
Source
Go
Version published
Created
Source

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

The version of kpt installed using gcloud may not be the latest released version.

gcloud components install kpt

Install with Homebrew

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

Download latest release

Latest release

Install from source

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

Run using Docker image

gcr.io/kpt-dev/kpt

docker run gcr.io/kpt-dev/kpt version

Documentation

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

Roadmap

See the roadmap for more information about new features planned for kpt.

FAQs

Package last updated on 10 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts