Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rastogiji/kubectl-plugins

Some of the kubectl plugins I use on a daily bases
https://github.com/rastogiji/kubectl-plugins

Last synced: about 2 months ago
JSON representation

Some of the kubectl plugins I use on a daily bases

Awesome Lists containing this project

README

        

# kubectl plugins

A collection of some of the kubectl plugins I use on a daily basis.

## Setup
```bash
git clone https://github.com/rastogiji/kubectl-plugins.git $HOME/kubectl-plugins
echo "export PATH=$PATH:$HOME/kubectl-plugins" >> $HOME/.zshrc
source $HOME/.zshrc
```

## Usage
### kubectl ssh
```bash
kubectl ssh [-n|--namespace ] [node name]
-n, --namespace Specify the namespace (uses current context namespace if not specified)
-h, --help Display this help message"
```

### kubectl silence
```bash
kubectl silence [alertname]
-s, --service Specify Alertmanager service name(Required)
-d, --duration Specify the duration for which the alert should be silenced(12H|M|S)
-n, --namespace Specify the namespace
-h, --help Display this help message
```