Installing Plugins

Plugins can be installed with the kubectl krew install command:

$ kubectl krew install ca-cert
Installing plugin: ca-cert
Installed plugin: ca-cert

This command downloads the plugin and verifies the integrity of the downloaded file.

After installing a plugin, you can start using it by running kubectl <PLUGIN_NAME>:

$ kubectl ca-cert
← User Guide