# Installer kubergrunt avec Homebrew, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kubergrunt pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install kubergrunt
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install kubergrunt
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:kubergrunt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.19.0
- **Résumé source:** Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl
- **Page d'accueil:** <https://github.com/gruntwork-io/kubergrunt>
- **Dépôt:** <https://github.com/gruntwork-io/kubergrunt>
- **Dernière mise à jour:** 2026-07-27T21:58:46+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kubergrunt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.19.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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


## Combined YAML source

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


## Sources

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