kubectl plugins

发布时间 2023-12-28 18:57:27作者: TigerLu

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