Krew index repo
Krew is the plugin manager for kubectl command-line tool. This repository hosts the krew index for custom kubectl plugins by DodoPizza.
# Setup index
kubectl krew index add dodopizza https://github.com/dodopizza/krew
kubectl krew update
# List avaliable dodopizza's plugins
kubectl krew search dodopizza/
# Install plugin
kubectl krew install dodopizza/<plugin name>