This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@smartive/kuby

4.5.2 • Public • Published

kubernetes-helpers [kuby]

This is a command line helper for kubernetes (kubectl). It does provide some helping commands and eases up deployments.

Install

npm install -g @smartive/kuby

This adds the kuby executable to your global bin.

If you don't have node installed, you can build executables for your system with the package npm script.

Usage

kuby -> Prints the help.

Please read the usage help to get along with the tool :)

Each command can be inspected by adding --help to the command.

Configuration

All global settings and flags (like context and namespace) can be configured via a .kubyrc or .kubyrc.json file. Please ensure, it is a valid json.

Example:

{
  "context": "my-kubernetes-ctx",
  "namespace": "kube-system"
}

This rc file can ensure, that you only execute certain commands in a certain context.

Security

All information that are saved locally (if the user decides to do so) are stored in the users .kube folder. The information is encrypted with the aes-256-cbc algorithm and the unique machine key. They cannot be moved and are useless on another machine (even a new installation).

Development

  • check out source
  • npm install
  • npm run develop

Package Sidebar

Install

npm i @smartive/kuby

Weekly Downloads

1,079

Version

4.5.2

License

MIT

Unpacked Size

92.7 kB

Total Files

49

Last publish

Collaborators

  • cbuehler
  • deniaz
  • dwirz
  • mfeltscher
  • nmaro
  • petermanser
  • smartive-ci