Quickstart
Krew helps you discover and install kubectl
plugins on your machine.
You can install and use a wide variety of kubectl
plugins to enhance
your Kubernetes experience.
Let’s get started:
-
Install and set up Krew on your machine.
-
Download the plugin list:
-
Discover plugins available on Krew:
$ kubectl krew search
NAME DESCRIPTION INSTALLED
access-matrix Show an RBAC access matrix for server resources no
advise-psp Suggests PodSecurityPolicies for cluster. no
auth-proxy Authentication proxy to a pod or service no
[...]
-
Choose a plugin from the list and install it:
$ kubectl krew install access-matrix
-
Use the installed plugin:
-
Keep your plugins up-to-date:
-
Uninstall a plugin you no longer use:
$ kubectl krew uninstall access-matrix
This is practically all you need to know to start using Krew.