Skip to content

TomSimonsen/kubectl-extras

 
 

Repository files navigation

kubectl-extras

This repository contains a list of small and useful kubectl plugins I use on a daily basis.

plugin description
ca-cert print PEM CA certificate of current cluster
extract-context extract current-context on kubectl as a kubeconfig yaml
gke-ssh SSH into the GKE node the pod is running on
gke-ui launch GKE web interface
mtail tail logs from multiple pods matching label selector
refresh-tokens make a call to all clusters in kubeconfig to refresh access tokens
rm-standalone-pods remove all pods without owner references
view-secret decode secrets

To install these on your machine, run:

mkdir -p ~/.kube/plugins
git clone https://github.com/ahmetb/kubectl-extras ~/.kube/plugins/kubectl-extras

Then find them through:

kubectl plugin -h

About

A collection of mini plugins for kubectl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%