# 使用 Homebrew, apk, Nix 安装 cloud-provider-kind

查看 cloud-provider-kind 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

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

  证据: 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
```

  证据: 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

## 软件包事实

- **软件包键:** brew:cloud-provider-kind
- **软件包管理器:** Homebrew
- **版本:** 0.11.1
- **来源摘要:** Cloud provider for KIND clusters
- **主页:** <https://kubernetes-sigs.github.io/cloud-provider-kind/>
- **仓库:** <https://github.com/kubernetes-sigs/cloud-provider-kind>
- **最后更新:** 2026-07-25T14:20:50-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cloud-provider-kind (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.11.1
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal

## 其他软件包管理器记录

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


## 来源

- 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
