All Projects → brendandburns → kubectl-select

brendandburns / kubectl-select

Licence: other
A simple plugin for kubectl that enables the selection of resources.

Programming Languages

go
31211 projects - #10 most used programming language

kubectl-select

This is a simple plugin to add the ability to interactively select kubernetes resources and print that resource to stdout.

Examples

# This allows interactive selection of a pod, and then creates a terminal session
kubectl exec `kubectl select pods` -it sh

Building

go get github.com/brendandburns/kubectl-select

Installing

sudo cp $GOPATH/bin/kubectl-select /usr/local/bin/kubectl-select
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].