pkg.soopen package index

brew / 順位 1922

operator-sdk を Homebrew, MacPorts, Nix, pacman, zypper でインストール

operator-sdk のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install operator-sdk

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install operator-sdk

MacPorts ports tree · devel/operator-sdk/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#operator-sdk

nixpkgs package indexes · pkgs/by-name/op/operator-sdk/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S operator-sdk

Arch Linux sync databases · operator-sdk · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install operator-sdk

openSUSE Tumbleweed package metadata · operator-sdk · ソース: download.opensuse.org

概要

パッケージ概要

SDK for building Kubernetes applications

コマンドとエイリアス

  • helm-operator
  • operator-sdk

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

採用の歴史

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.

使われ方

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.

パッケージ好きにとっての重要性

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.

タイムライン

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

セキュリティ状態

リスクレベル: orange

infrastructure mutation or orchestration signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • infrastructure mutation or orchestration signal

信号

  • text:kubernetes

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
helm-operator実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
operator-sdk実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.42.3
マネージャ更新日2026-06-26
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:operator-sdk
バージョン1.42.3
パッケージマネージャHomebrew
ホームページhttps://sdk.operatorframework.io/
リポジトリhttps://github.com/operator-framework/operator-sdk
最終更新2026-06-26T21:39:12Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

operator-sdk

nix profile install nixpkgs#operator-sdk
  • normalized package name match
  • 一致条件: Operator Sdk
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/operator-sdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

operator-sdk 1.42.0-2

SDK for building Kubernetes applications

https://github.com/operator-framework/operator-sdk

sudo pacman -S operator-sdk
  • License: Apache
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Operator Sdk
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: operator-sdk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

operator-sdk 1.42.3-1.3

CLI for installing the Operator Lifecycle Manager

https://github.com/operator-framework/operator-sdk

sudo zypper install operator-sdk
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: operator-sdk
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Operator Sdk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: operator-sdk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

operator-sdk-bash-completion 1.42.3-1.3

Bash Completion for operator-sdk

https://github.com/operator-framework/operator-sdk

sudo zypper install operator-sdk-bash-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: operator-sdk
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Operator Sdk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: operator-sdk-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

operator-sdk-fish-completion 1.42.3-1.3

Fish Completion for operator-sdk

https://github.com/operator-framework/operator-sdk

sudo zypper install operator-sdk-fish-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: operator-sdk
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Operator Sdk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: operator-sdk-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

operator-sdk-zsh-completion 1.42.3-1.3

Zsh Completion for operator-sdk

https://github.com/operator-framework/operator-sdk

sudo zypper install operator-sdk-zsh-completion
  • License: Apache-2.0
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: operator-sdk
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Operator Sdk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: operator-sdk-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

operator-sdk

sudo port install operator-sdk
  • normalized package name match
  • 一致条件: Operator Sdk
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/operator-sdk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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