A collection of some of the kubectl plugins I use on a daily basis.
git clone https://github.com/rastogiji/kubectl-plugins.git $HOME/kubectl-plugins
echo "export PATH=$PATH:$HOME/kubectl-plugins" >> $HOME/.zshrc
source $HOME/.zshrc
kubectl ssh [-n|--namespace <namespace>] [node name]
-n, --namespace Specify the namespace (uses current context namespace if not specified)
-h, --help Display this help message"
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