# kubectl-explore を Homebrew, Nix, zypper でインストール

kubectl-explore のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:kubectl-explore
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install kubectl-explore
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kubectl-explore
```

  証拠: nixpkgs package indexes: pkgs/by-name/ku/kubectl-explore/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install kubectl-explore
```

  証拠: openSUSE Tumbleweed package metadata: kubectl-explore from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:kubectl-explore
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.14.1
- **ソース概要:** Better kubectl explain with the fuzzy finder
- **ホームページ:** <https://github.com/keisku/kubectl-explore>
- **リポジトリ:** <https://github.com/keisku/kubectl-explore>
- **最終更新:** 2026-07-27T21:58:44+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kubectl-explore (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.14.1
## プロジェクトの歴史と使われ方

kubectl-explore is a kubectl plugin that wraps Kubernetes schema discovery in a fuzzy-finder workflow. Its README positions it as a better `kubectl explain` for users who do not already know the exact resource or field path they want to inspect.

### プロジェクトの歴史

The GitHub repository was created on 2022-01-01. The README focuses on one ergonomic gap: `kubectl explain` requires users to know resource names and field paths in advance, while kubectl-explore lets them fuzzy-find resources and fields.

### 採用の歴史

The plugin has modest but real packaging reach through Krew, Nix, AUR, Homebrew, and zypper. Repository metadata observed on 2026-07-01 showed about 600 GitHub stars, which fits a focused kubectl helper rather than a broad platform project.

### 使われ方

Users invoke it as `kubectl explore`, optionally with a resource such as `pod` or `sts`, or with a regex-like path filter. The README validates it as a standard kubectl plugin by pointing users to Kubernetes' plugin documentation.

### パッケージ好きにとっての重要性

kubectl-explore matters to package nerds as a classic small CLI that packages a single interactive affordance: fuzzy discovery over Kubernetes API fields. It is also a good example of how Krew-style kubectl plugins migrate into general-purpose package managers.

### タイムライン

- 2022-01-01: GitHub repository created.
- 2024-12-07: Release v0.11.0 published.
- 2025-04-08: Release v0.12.0 published.
- 2025-09-03: Release v0.14.0 published.
- 2025-11-10: Release v0.14.1 published.

### Related projects

- kubectl-explore is directly related to `kubectl explain`, Krew, and Kubernetes' plugin mechanism. It belongs to the same family as other kubectl UX helpers that make cluster discovery faster without adding a controller.

### ソース

- <https://api.github.com/repos/keisku/kubectl-explore>
- <https://formulae.brew.sh/formula/kubectl-explore>
- <https://github.com/keisku/kubectl-explore>
- <https://github.com/keisku/kubectl-explore#readme>
- <https://krew.sigs.k8s.io/docs/user-guide/setup/install/>
- <https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/>


## セキュリティノート

kubectl-explore に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.kube/config
## 他のパッケージマネージャ記録

- Nix - kubectl-explore: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubectl-explore/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - kubectl-explore - 0.14.1-1.7: normalized package name match | openSUSE Tumbleweed package metadata: kubectl-explore from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A better kubectl explain with the fuzzy finder | https://github.com/keisku/kubectl-explore


## Combined YAML source

View the package source record on GitHub. [combined/kubectl-explore.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kubectl-explore.yml)


## ソース

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
