Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.01 KB

kube-utils

Little collection of kubernetes custom commands for Linux shell (bash).

List of binaries

The reported software versions are related to the files in this repository, but the install.sh script will download and install the latest available versions for all the third party binaries.

Installation

git clone https://github.com/signoredellarete/kube-utils.git
cd kube-utils
bash install.sh

Utilization

Each binary or script has its own help explaining how to use it. In order to view the command help run <command> --help.

Ex.

$ ns --help
Usage:
   ns                      Returns current namespace
   ns <namespace>          Switch current namespace to <namespace>
   ns --list               List all namespaces

   ns --help               Show this help