AnonC0DER / kubectl-confirm-delete-middleware

Simple script which can act like a middleware to save your a** on "kubectl delete ..." command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubectl delete confirmation script

It's a really simple script with less than 50 lines of code yet, in my opinion, a useful middleware to prevent irreversible mistakes.

How to use?

  • go build or you can simply download the latest binary file from releases
  • 'mv kubectl-confirm-delete /usr/share/mydir/'
  • Add this alias to your zshrc or bashrc
  • alias kubectl="/usr/share/mydir/kubectl-confirm-delete"

Then, if you run "kubectl delete whatever_resource whatever_name", you should be able to see the confirmation message.

About

Simple script which can act like a middleware to save your a** on "kubectl delete ..." command

License:GNU General Public License v3.0


Languages

Language:Go 100.0%