/devops101-w5-m5-t1

Kubectl plugins

Primary LanguageShell

Kubectl Plugin

This plugin provides completion for the kubectl command.

Installation

sudo chmod +x ./scripts/kubeplugin
sudo ln -s $(pwd)/scripts/kubeplugin /usr/local/bin/kubectl-kubeplugin

Usage

Where <resource> can be pod or node. The <namespace> is namespace of the resource.

kubectl kubeplugin <namespace> <resource>

Example

kubectl kubeplugin default pod

Demo

Demo