# Installer sonobuoy avec Homebrew, Nix, zypper

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

## installation

```sh
sudo av install brew:sonobuoy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sonobuoy
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#sonobuoy
```

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

- zypper (92%):

```sh
sudo zypper install sonobuoy
```

  Preuve: openSUSE Tumbleweed package metadata: sonobuoy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:sonobuoy
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/sonobuoy>
- **Version:** 0.57.5
- **Résumé source:** Kubernetes component that generates reports on cluster conformance
- **Page d'accueil:** <https://sonobuoy.io/>
- **Dépôt:** <https://github.com/vmware-tanzu/sonobuoy>
- **Docs amont:** <https://sonobuoy.io/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/vmware-tanzu/sonobuoy/archive/refs/tags/v0.57.5.tar.gz>
- **Dernière mise à jour:** 2026-07-26T04:03:43+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- sonobuoy (cli)
- sonobuoy (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.57.5
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/vmware-tanzu/sonobuoy
- dernière version détectée: v0.57.5 (à jour)
## Historique du projet et usages

Sonobuoy is a Kubernetes diagnostics and conformance tool. It runs plugins, including Kubernetes end-to-end conformance tests, and packages the results into reports that cluster operators can retrieve and inspect from the command line.

### Historique du projet

The public GitHub repository was created in July 2017 and is maintained under the VMware Tanzu organization. The repository and documentation describe Sonobuoy as a cluster-agnostic, extensible way to run diagnostic plugins and gather Kubernetes resource and node data.

Sonobuoy's documented release model changed at v0.20: the project decoupled its releases from Kubernetes releases while continuing to track functional compatibility across Kubernetes versions. That matters for operators because the CLI can be updated on its own cadence while still running conformance workflows against supported clusters.

### Historique d'adoption

Sonobuoy became part of the practical Kubernetes certification and troubleshooting toolkit because its default workflow runs Kubernetes conformance tests and produces artifacts that can be checked with `sonobuoy results`. The official docs also document Homebrew installation and direct binary downloads.

The package-manager metadata in this batch shows Sonobuoy packaged by Homebrew, Nix, and openSUSE. Its audience is narrower than everyday developer CLIs, but important in Kubernetes infrastructure circles where conformance and repeatable cluster diagnostics are routine.

### Modes d'utilisation

A common Sonobuoy session is `sonobuoy run --wait`, then `sonobuoy retrieve`, then `sonobuoy results` on the returned archive. Advanced users add custom plugins, registry overrides, private image handling, or alternate e2e test selections.

The tool expects an administrator's Kubernetes context through `kubeconfig` and `KUBECONFIG`, but it does not define a standalone Sonobuoy credentials file. Its configuration is mostly command-line and Kubernetes-resource driven.

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

For package people, Sonobuoy is a good example of cloud-native tooling becoming a normal local executable: it is installed with `brew install sonobuoy`, talks to a cluster through kubeconfig, creates temporary in-cluster resources, and leaves behind a results archive.

It also represents the Kubernetes ecosystem's preference for composable CLIs around declarative infrastructure: package the runner locally, execute work in the cluster, retrieve machine-readable artifacts, and make conformance auditable.

### Chronologie

- 2017: Public GitHub repository created.
- 2020: v0.20 release line documented a release cadence independent from Kubernetes releases.
- 2026: v0.57.5 released on GitHub.

### Related projects

- Kubernetes is the target platform and source of the e2e conformance tests Sonobuoy runs.
- KinD is documented as a suggested local cluster option for getting started.
- kubectl remains the adjacent CLI used for Kubernetes access and some advanced workflows.

### Sources

- <https://api.github.com/repos/vmware-tanzu/sonobuoy>
- <https://api.github.com/repos/vmware-tanzu/sonobuoy/releases>
- <https://github.com/vmware-tanzu/sonobuoy>
- <https://sonobuoy.io/docs/v0.57.5/>
- input.json source_facts.package-manager


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - sonobuoy: normalized package name match | nixpkgs package indexes: pkgs/by-name/so/sonobuoy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - sonobuoy - 0.57.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: sonobuoy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Conformance test suite for diagnosing a Kubernetes cluster | https://github.com/vmware-tanzu/sonobuoy
- zypper - sonobuoy-bash-completion - 0.57.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: sonobuoy-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for sonobuoy | https://github.com/vmware-tanzu/sonobuoy
- zypper - sonobuoy-fish-completion - 0.57.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: sonobuoy-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for sonobuoy | https://github.com/vmware-tanzu/sonobuoy
- zypper - sonobuoy-zsh-completion - 0.57.5-1.3: normalized package name match | openSUSE Tumbleweed package metadata: sonobuoy-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for sonobuoy | https://github.com/vmware-tanzu/sonobuoy


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [kubernetes-cli](https://pkg.so/fr/brew/kubernetes-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [helm](https://pkg.so/fr/brew/helm/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [colima](https://pkg.so/fr/brew/colima/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k9s](https://pkg.so/fr/brew/k9s/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [kustomize](https://pkg.so/fr/brew/kustomize/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [argocd](https://pkg.so/fr/brew/argocd/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k3d](https://pkg.so/fr/brew/k3d/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [ctlptl](https://pkg.so/fr/brew/ctlptl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [chaoskube](https://pkg.so/fr/brew/chaoskube/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, cluster, infrastructure.
- [kubevpn](https://pkg.so/fr/brew/kubevpn/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, cluster, infrastructure.
- [rke](https://pkg.so/fr/brew/rke/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, cluster, infrastructure.

## Combined YAML source

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


## Sources

- 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
