# operator-sdk mit Homebrew, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für operator-sdk in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:operator-sdk
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install operator-sdk
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install operator-sdk
```

  Evidenz: MacPorts ports tree: devel/operator-sdk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#operator-sdk
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/op/operator-sdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S operator-sdk
```

  Evidenz: Arch Linux sync databases: operator-sdk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install operator-sdk
```

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

## Paketfakten

- **Paketschlüssel:** brew:operator-sdk
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/operator-sdk>
- **Version:** 1.42.3
- **Quellzusammenfassung:** SDK for building Kubernetes applications
- **Homepage:** <https://sdk.operatorframework.io/>
- **Repository:** <https://github.com/operator-framework/operator-sdk>
- **Upstream-Dokumentation:** <https://sdk.operatorframework.io/>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://github.com/operator-framework/operator-sdk.git>
- **Zuletzt aktualisiert:** 2026-06-26T21:39:12Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- helm-operator (cli)
- operator-sdk (cli)
- helm-operator (Alias)
- operator-sdk (Alias)

## Abhängigkeiten

- go
- gpgme
- libassuan
- libgpg-error

## Build-Abhängigkeiten

- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.42.3
- Manager aktualisiert: 2026-06-26
- lokale Daten: OK
- Upstream-Repository: https://github.com/operator-framework/operator-sdk
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

Operator SDK is the command-line and framework layer of the Kubernetes Operator Framework. It helps developers scaffold, build, test, package, and publish Operators: Kubernetes-native controllers that encode application operations such as install, upgrade, backup, failover, and day-two management.

### Projektgeschichte

The Operator pattern was introduced by CoreOS in 2016 as a way to put human operational knowledge into Kubernetes controllers. Red Hat and the Kubernetes community announced the broader Operator Framework on 2018-05-01, with Operator SDK, Operator Lifecycle Manager, and metering as the original pillars.

Operator SDK's original role was to make controller development less repetitive: project scaffolding, custom resource definitions, generated manifests, build/test workflows, and common patterns over Kubernetes controller-runtime. The project later supported multiple authoring styles so teams could build Operators in Go, Ansible, or Helm depending on their operational logic and team skills.

Operator SDK reached v1.0 after almost two years of development, stabilizing around evolving Kubernetes extension APIs and best practices. CNCF accepted Operator Framework as an incubating project in 2020, which helped frame the SDK as part of a broader cloud-native ecosystem rather than only a Red Hat/OpenShift tool.

### Adoptionsgeschichte

Operator SDK spread because Kubernetes made custom controllers powerful but verbose. The SDK gave vendors and platform teams a repeatable way to create Operators for databases, storage systems, monitoring tools, security products, and application platforms while integrating with Operator Lifecycle Manager and OperatorHub distribution workflows.

Its adoption is tied to OpenShift and the wider OperatorHub ecosystem, but the SDK targets Kubernetes generally. Package managers carry it because developers often need the CLI locally to initialize projects, generate manifests, build bundles, run tests, and prepare operator metadata before pushing images or catalogs.

### Wie es verwendet wird

A typical user runs operator-sdk init, creates APIs and controllers or Helm/Ansible watches, writes reconciliation logic, generates CRDs and RBAC, builds a container image, and packages the result as an Operator bundle. Go users work close to controller-runtime; Helm and Ansible users wrap existing charts, roles, and playbooks in a Kubernetes reconciliation loop.

Cluster administrators usually encounter the output rather than the SDK itself: installable Operators, bundles, and catalog entries managed by OLM or related tooling.

### Warum Paket-Nerds sich dafür interessieren

Operator SDK is important package-manager glue for Kubernetes developers because it turns a distributed-systems pattern into a local executable. Installing it gives a workstation the same scaffolding and bundle-generation behavior expected by CI pipelines and operator catalogs.

It also marks the moment Kubernetes packaging moved past YAML bundles: Operators became packages with controllers, CRDs, RBAC, lifecycle metadata, upgrade channels, and registry/catalog concerns.

### Zeitleiste

- 2016: CoreOS introduces the Kubernetes Operator pattern.
- 2018-05-01: Red Hat announces the Operator Framework, including Operator SDK.
- 2020-07-09: CNCF announces Operator Framework as an incubating project.
- 2020: Operator SDK reaches v1.0 after almost two years of development.
- 2020s: Operator SDK continues to track Kubernetes, controller-runtime, Go, Helm, Ansible, OLM, and bundle-format changes.

### Related projects

- Operator SDK is related to Operator Framework, Operator Lifecycle Manager, OperatorHub, Kubebuilder, controller-runtime, Kubernetes CRDs, Helm, Ansible, OpenShift, and community-operators catalog repositories.

### Quellen

- <https://github.com/operator-framework/operator-sdk>
- <https://operatorframework.io/>
- <https://sdk.operatorframework.io/>
- <https://sdk.operatorframework.io/docs/overview/>
- <https://www.cncf.io/blog/2020/07/09/toc-approves-operator-framework-as-incubating-project/>
- <https://www.redhat.com/en/blog/introducing-operator-framework-building-apps-kubernetes>
- <https://www.redhat.com/en/blog/operator-sdk-reaches-v1.0>


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- infrastructure mutation or orchestration signal

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** operator-sdk
- **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

## Andere Paketmanager-Einträge

- Nix - operator-sdk: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/operator-sdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - operator-sdk - 1.42.0-2: normalized package name match | Arch Linux sync databases: operator-sdk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | SDK for building Kubernetes applications | https://github.com/operator-framework/operator-sdk
- zypper - operator-sdk - 1.42.3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: operator-sdk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI for installing the Operator Lifecycle Manager | https://github.com/operator-framework/operator-sdk
- zypper - operator-sdk-bash-completion - 1.42.3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: operator-sdk-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for operator-sdk | https://github.com/operator-framework/operator-sdk
- zypper - operator-sdk-fish-completion - 1.42.3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: operator-sdk-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for operator-sdk | https://github.com/operator-framework/operator-sdk
- zypper - operator-sdk-zsh-completion - 1.42.3-1.3: normalized package name match | openSUSE Tumbleweed package metadata: operator-sdk-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for operator-sdk | https://github.com/operator-framework/operator-sdk
- MacPorts - operator-sdk: normalized package name match | MacPorts ports tree: devel/operator-sdk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Cloud CLI packages](https://pkg.so/de/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/de/brew/go/) - Runtime dependency declared by Homebrew.
- [libgpg-error](https://pkg.so/de/brew/libgpg-error/) - Runtime dependency declared by Homebrew.
- [gpgme](https://pkg.so/de/brew/gpgme/) - Runtime dependency declared by Homebrew.
- [libassuan](https://pkg.so/de/brew/libassuan/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [kubernetes-cli](https://pkg.so/de/brew/kubernetes-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k9s](https://pkg.so/de/brew/k9s/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [k3d](https://pkg.so/de/brew/k3d/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [ctlptl](https://pkg.so/de/brew/ctlptl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [openshift-cli](https://pkg.so/de/brew/openshift-cli/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [eksctl](https://pkg.so/de/brew/eksctl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [skaffold](https://pkg.so/de/brew/skaffold/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [cmctl](https://pkg.so/de/brew/cmctl/) - Shares pkgdb curated category or tags: cli, cloud-infrastructure, kubernetes.
- [chaoskube](https://pkg.so/de/brew/chaoskube/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cloud, cloud-infrastructure, go, helm.
- [ko](https://pkg.so/de/brew/ko/) - Both packages touch the same language runtime or ecosystem. Shared terms: applications, cli, cloud, cloud-infrastructure, go.
- [cozyhr](https://pkg.so/de/brew/cozyhr/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, helm, infrastructure.

## Combined YAML source

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


## Quellen

- 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
