Skip to content

yteraoka/kubectl-isolate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kubectl-isolate

Kubectl plugin to isolate a Pod from the Kubernetes Service.

Inspired from

Install

Download kubectl-isolate file to the directory in your PATH and set it executable.

curl -Lo ~/bin/kubectl-isolate https://raw.githubusercontent.com/yteraoka/kubectl-isolate/master/kubectl-isolate
chmod +x ~/bin/kubectl-isolate

Usage

kubectl isolate <service_name> <pod_name>

If you have fzf or peco then you can type just kubectl isolate to select Service and Pod interactively.

About

kubectl plugin to isolate a pod from the service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages