How To Use Krew, The Kubectl Plugin Manager
Krew is a plugin manager for the Kubernetes platform. It makes it easy to find, install, and manage plugins for your Kubernetes deployments. In this article, we’ll show you how to use Krew to install and manage plugins for your Kubernetes deployments. First, you need to create a Krew repository. To do this, open a terminal window and type the following command: kubectl create -f krew-repo.yaml This will create a new Krew repository in your current directory....