tsx81429 发表于 2024-3-9 07:37:47

kubectl plugins

kubectx

kubectx is a tool to switch between contexts (clusters) on kubectl faster.
Install with choco
choco install kubectxgithub: 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 kubensgithub: https://github.com/ahmetb/kubectx
krew

Krew is the plugin manager for kubectl command-line tool.
Install with choco
choco install krewhttps://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 treegithub: https://github.com/ahmetb/kubectl-tree

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
页: [1]
查看完整版本: kubectl plugins