# Installer cloud-provider-kind avec Homebrew, apk, Nix

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

## installation

```sh
sudo av install brew:cloud-provider-kind
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cloud-provider-kind
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cloud-provider-kind
```

  Preuve: Alpine Linux edge package indexes: cloud-provider-kind from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#cloud-provider-kind
```

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

## Faits du paquet

- **Clé du paquet:** brew:cloud-provider-kind
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.1
- **Résumé source:** Cloud provider for KIND clusters
- **Page d'accueil:** <https://kubernetes-sigs.github.io/cloud-provider-kind/>
- **Dépôt:** <https://github.com/kubernetes-sigs/cloud-provider-kind>
- **Dernière mise à jour:** 2026-07-25T14:20:50-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cloud-provider-kind (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cloud-provider-kind is a Kubernetes SIGs project that gives kind clusters a local cloud-provider-style LoadBalancer experience. It is newer and narrower than kind itself, but its official docs provide enough source-backed context for package history.

### Historique du projet

The kubernetes-sigs/cloud-provider-kind repository was created in 2023 to fill a specific gap in kind-based testing: kind is useful for cheap local Kubernetes clusters, but does not itself provide all behavior that depends on cloud providers, especially LoadBalancer services.

The README documents the provider as a local controller that watches kind clusters and LoadBalancer Services, then creates corresponding containers to expose those Services. It also added a published controller-manager image starting with v0.4.0.

### Historique d'adoption

Official installation paths include `go install`, building from source, Docker, and community-supported Homebrew packaging. The README explicitly says package-manager builds are community supported and not produced by the maintainers.

The project gained visible Kubernetes community attention through a KubeCon EU 2024 talk linked from the README, which is meaningful adoption evidence for a Kubernetes SIG utility.

### Modes d'utilisation

Users create a kind cluster, run `cloud-provider-kind` in a terminal, and then create LoadBalancer Services or Gateway API resources that the provider exposes through local containers.

The provider also supports Gateway API behavior and a registry override environment variable for mirroring its proxy image.

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

For package maintainers, cloud-provider-kind is interesting because upstream treats Homebrew as a community package while Go install and container images remain closer to the project. That split matters for users who expect Kubernetes SIG artifacts to be canonical.

It is also a small but useful example of packaging local Kubernetes infrastructure behavior as a single CLI.

### Chronologie

- 2023: kubernetes-sigs/cloud-provider-kind GitHub repository metadata was created.
- v0.4.0: The README records availability of the registry.k8s.io controller-manager image.
- 2024: The README links a KubeCon EU talk about load balancing on kind.

### Related projects

- kind is the local Kubernetes cluster tool that cloud-provider-kind extends.
- Kubernetes Gateway API is supported by cloud-provider-kind.
- Kubernetes cloud-provider implementations are the broader family of projects whose behavior this tool emulates locally.

### Sources

- <https://github.com/kubernetes-sigs/cloud-provider-kind#readme>
- <https://kubernetes-sigs.github.io/cloud-provider-kind>
- <https://kind.sigs.k8s.io/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

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

## Autres enregistrements de gestionnaires de paquets

- Nix - cloud-provider-kind: normalized package name match | nixpkgs package indexes: pkgs/by-name/cl/cloud-provider-kind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cloud-provider-kind - 0.11.1-r1: normalized package name match | Alpine Linux edge package indexes: cloud-provider-kind from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Cloud provider for KIND clusters | https://github.com/kubernetes-sigs/cloud-provider-kind
- apk - cloud-provider-kind-doc - 0.11.1-r1: normalized package name match | Alpine Linux edge package indexes: cloud-provider-kind-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Cloud provider for KIND clusters (documentation) | https://github.com/kubernetes-sigs/cloud-provider-kind


## Combined YAML source

View the package source record on GitHub. [combined/cloud-provider-kind.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cloud-provider-kind.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
