How To Get Started With Krew The Kubectl Plugin Manager
Krew is a package manager for Kubectl, the official Kubernetes CLI. Using Krew you can find, install, and update Kubectl plugins that extend the CLI with additional functionality. Kubectl’s plugins mechanism supports several plugin installation methods. The simplest way is to pop plugins straight into a directory that’s in your PATH. This is a manual process which offers no way to update the plugin as new releases are published....