Home

Awesome

Safe kubectl

Plugin to add some safety when running kubectl. When there are kubernetes clusters you still run kubectl against but you want confidence through periodic reminders you can install this zsh plugin.

demo

Installing

  1. Clone the custom repo
    cd $HOME/.oh-my-zsh/custom/plugins
    git clone https://github.com/benjefferies/safe-kubectl
    
  2. Add the safe-kubectl plugin in your $HOME/.zshrc plugins e.g.
    plugins=(git kubectl safe-kubectl)
    
  3. Reload or source $HOME/.zshrc

Customising