Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rastogiji/kubectl-plugins
- Owner: rastogiji
- Created: 2024-11-23T08:24:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T08:30:05.000Z (2 months ago)
- Last Synced: 2024-11-23T09:23:59.832Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```