LinuxCommandLibrary

kubectl-plugin

manages kubectl plugins

TLDR

List installed plugins
$ kubectl plugin list
copy
Show plugin info
$ kubectl plugin list --name-only
copy

SYNOPSIS

kubectl plugin command [options]

DESCRIPTION

kubectl plugin manages kubectl plugins. Plugins extend kubectl with custom commands.
The command discovers plugins in PATH matching kubectl-* pattern. Install plugins via krew or manually.

PARAMETERS

list

List installed plugins.
--name-only
Show only plugin names.
--help
Display help information.

CAVEATS

Subcommand of kubectl. Plugins must be executable. Consider krew for management.

HISTORY

kubectl plugin support was added to Kubernetes to enable extensible command-line functionality.

SEE ALSO

kubectl(1), krew(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard