zeionara / kubetools

Useful aliases and scripts for kubernetes which simplify routine operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Useful aliases and scripts for kubernetes which simplify routine operations

License:Apache License 2.0


Languages

Language:Shell 100.0%