kubectl plugins

kubectx

kubectx is a tool to switch between contexts (clusters) on kubectl faster.

Install with choco

choco install kubectx

github: https://github.com/ahmetb/kubectx

kubens

kubens is a tool to switch between Kubernetes namespaces (and configure them for kubectl) easily.

Install with choco

choco install kubens

github: https://github.com/ahmetb/kubectx

krew

Krew is the plugin manager for kubectl command-line tool.

Install with choco

choco install krew

https://krew.sigs.k8s.io/docs/user-guide/setup/install/

tree

A kubectl plugin to explore ownership relationships between Kubernetes objects through ownersReferences on the objects.

Install with krew

kubectl krew install tree

github: https://github.com/ahmetb/kubectl-tree

posted @ 2023-12-28 18:55  TigerLu  阅读(13)  评论(0编辑  收藏  举报