Home

Awesome

kubectl-extras

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

plugindescription
ca-certprint PEM CA certificate of current cluster
extract-contextextract current-context on kubectl as a kubeconfig yaml
gke-sshSSH into the GKE node the pod is running on
gke-uilaunch GKE web interface
mtailtail logs from multiple pods matching label selector
refresh-tokensmake a call to all clusters in kubeconfig to refresh access tokens
rm-standalone-podsremove all pods without owner references
view-secretdecode secrets

You can install these plugins on your machine with krew plugin manager: https://github.com/GoogleContainerTools/krew

kubectl krew install <plugin-name>