MyGit

keisku/kubectl-explore

Fork: 16 Star: 558 (更新于 2025-12-28 08:35:29)

license: MIT

Language: Go .

A better kubectl explain with the fuzzy finder

最后发布版本: v0.14.1 ( 2025-11-10 10:15:13)

GitHub网址

kubectl-explore

.github/workflows/test.yaml

demo

What’s lacking in the original kubectl-explain?

  • kubectl explain requires knowing in advance the resource name/fields.
  • kubectl explain requires typing the accurate path to the resource name/field, which is a tedious and typo-prone.

Example Usage

# Fuzzy-find a resource, then a field to explain
kubectl explore

# Fuzzy-find from all fields of a specific resource.
kubectl explore pod
kubectl explore sts

# Fuzzy-find from fields that a given regex matches.
kubectl explore sts.*Account

Installation

Krew

Use krew plugin manager to install. See the guide to install krew.

kubectl krew install explore
kubectl explore --help

Nix

The plugin is available in nixpkgs:

nix-env -iA nixpkgs.kubectl-explore

Arch

use yay or paru to install the package from the AUR.

kubectl-explore-bin

[yay/paru] -S kubectl-explore-bin

Download the binary

Download the binary from GitHub Releases and drop it in your $PATH.

# Other available architectures are linux_arm64, darwin_amd64, darwin_arm64, windows_amd64.
export ARCH=linux_amd64
# Check the latest version, https://github.com/keisku/kubectl-explore/releases/latest
export VERSION=<LATEST_VERSION>
wget -O- "https://github.com/keisku/kubectl-explore/releases/download/${VERSION}/kubectl-explore_${VERSION}_${ARCH}.tar.gz" | sudo tar -xzf - -C /usr/local/bin && sudo chmod +x /usr/local/bin/kubectl-explore

From source.

go install github.com/keisku/kubectl-explore@latest
sudo mv $GOPATH/bin/kubectl-explore /usr/local/bin

Validate if kubectl explore can be executed. The Kubernetes documentation explains how to use a plugin.

kubectl explore --help

最近版本更新:(数据更新于 2025-12-28 08:35:12)

2025-11-10 10:15:13 v0.14.1

2025-09-03 13:15:25 v0.14.0

2025-09-03 04:28:34 v0.13.0

2025-04-09 06:26:16 v0.12.0

2024-12-07 11:37:40 v0.11.0

2024-09-16 13:40:54 v0.10.0

2024-05-08 13:35:46 v0.9.3

2024-05-04 07:49:37 v0.9.2

2024-05-03 16:00:11 v0.9.1

2024-05-03 15:32:38 v0.9.0

主题(topics):

golang, kubectl, kubectl-command, kubectl-plugin, kubectl-plugins, kubernetes

keisku/kubectl-explore同语言 Go最近更新仓库

2026-01-16 17:00:32 casdoor/casdoor

2026-01-16 06:35:11 dolthub/dolt

2026-01-16 03:13:06 loft-sh/vcluster

2026-01-15 18:18:13 bytebase/bytebase

2026-01-15 17:38:02 cilium/cilium

2026-01-15 09:10:56 esnet/gdg