# kubergrunt を Homebrew, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:kubergrunt
```

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

### macOS

- Homebrew (100%):

```sh
brew install kubergrunt
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kubergrunt
```

  証拠: MacPorts ports tree: sysutils/kubergrunt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kubergrunt
```

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

## パッケージ情報

- **パッケージキー:** brew:kubergrunt
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/kubergrunt>
- **バージョン:** 0.19.0
- **ソース概要:** Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl
- **ホームページ:** <https://github.com/gruntwork-io/kubergrunt>
- **リポジトリ:** <https://github.com/gruntwork-io/kubergrunt>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/gruntwork-io/kubergrunt/archive/refs/tags/v0.19.0.tar.gz>
- **最終更新:** 2026-07-27T21:58:46+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- kubergrunt (cli)
- kubergrunt (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.19.0
- マネージャ更新日: 2026-07-27
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/gruntwork-io/kubergrunt
- 検出された最新: v0.19.0 (最新)
## プロジェクトの歴史と使われ方

kubergrunt is Gruntwork's standalone Go CLI for operational gaps between Terraform, Helm, and kubectl. It grew around the practical chores of running Kubernetes infrastructure as code, especially EKS authentication, Helm/Tiller-era certificate handling, and helper commands that did not fit cleanly into Terraform modules or kubectl alone.

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

The repository describes kubergrunt as a collection of commands for managing Kubernetes clusters where Terraform, Helm, and kubectl leave small operational gaps. Early release notes show v0.1.x commands for EKS configuration and token workflows, followed by Helm deployment, TLS, grant, configure, and revoke functionality.

### 採用の歴史

The tool's audience has primarily been Gruntwork users and teams consuming Gruntwork's Kubernetes infrastructure modules. Its package-manager presence matters because it lets module users install the matching helper binary through Homebrew, MacPorts, or Nix rather than treating it as an internal script.

### 使われ方

Common usage is task-oriented: configure kubectl for an EKS cluster, generate authentication material, manage Helm-related TLS certificates, and run helper commands around cluster bootstrap. The README also points users to release binaries and the Gruntwork installer, reflecting its role as a companion binary to published infrastructure modules.

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

kubergrunt is a classic package-nerd artifact: a small CLI born from glue code that proved useful enough to version, release, and package. It documents a period when production Kubernetes automation often required stitching Terraform, kubectl, Helm, and cloud-provider authentication together with dedicated helper binaries.

### タイムライン

- Initial v0.1.x releases: kubergrunt shipped EKS-related commands such as configure, token, and deploy.
- v0.1.5: The project added Helm deploy, undeploy, configure, and grant commands.
- v0.2.0: helm deploy began requiring an RBAC entity so the local Helm client could work immediately after deployment.
- v0.3.0: helm deploy bug fixes changed client certificate parameters and custom Helm home behavior.

### Related projects

- kubergrunt is closely related to Terraform, Terragrunt, Gruntwork Kubernetes modules, AWS EKS, Helm, kubectl, and Kubernetes Secrets used for TLS material.

### ソース

- <https://docs.gruntwork.io/discussions/knowledge-base/684/>
- <https://github.com/gruntwork-io/kubergrunt>
- <https://github.com/gruntwork-io/kubergrunt/blob/master/README.md>
- <https://github.com/gruntwork-io/kubergrunt/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kubergrunt
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - kubergrunt: normalized package name match | nixpkgs package indexes: pkgs/by-name/ku/kubergrunt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - kubergrunt: normalized package name match | MacPorts ports tree: sysutils/kubergrunt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [kubectx](https://pkg.so/ja/brew/kubectx/) - Shares pkgdb curated category or tags: cli, developer-tools, kubectl, kubernetes.
- [kubelogin](https://pkg.so/ja/brew/kubelogin/) - Shares pkgdb curated category or tags: cli, developer-tools, kubectl, kubernetes.
- [krew](https://pkg.so/ja/brew/krew/) - Shares pkgdb curated category or tags: cli, developer-tools, kubectl, kubernetes.
- [kube-linter](https://pkg.so/ja/brew/kube-linter/) - Shares pkgdb curated category or tags: cli, developer-tools, helm, kubernetes.
- [kubecolor](https://pkg.so/ja/brew/kubecolor/) - Shares pkgdb curated category or tags: cli, developer-tools, kubectl, kubernetes.
- [kubecm](https://pkg.so/ja/brew/kubecm/) - Shares pkgdb curated category or tags: cli, developer-tools, kubectl, kubernetes.
- [kubent](https://pkg.so/ja/brew/kubent/) - Shares pkgdb curated category or tags: cli, developer-tools, helm, kubernetes.
- [kube-score](https://pkg.so/ja/brew/kube-score/) - Shares pkgdb curated category or tags: cli, developer-tools, helm, kubernetes.
- [kubectl-tree](https://pkg.so/ja/brew/kubectl-tree/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, kubectl, kubernetes.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
