/kubetools

Useful aliases and scripts for kubernetes which simplify routine operations

Primary LanguageShellApache License 2.0Apache-2.0

Kubetools

Useful aliases and scripts for kubernetes which simplify routine operations.

Installation

To install the toolkit, execute the following command, which will clone the repo to your home directory and update .bashrc file. For more details see setup.sh:

curl -Ls https://cutt.ly/setup-kubetools | bash

To apply changes to your current terminal session execute the following command:

. ~/.bashrc

Examples

The following command allows to get into the first pod and execute a curl command inside it:

kle $(klgpn | head -n 1) curl -s localhost:8080