macOS
brew install operator-sdklocal Homebrew formula metadata
sudo port install operator-sdkMacPorts ports tree · devel/operator-sdk/Portfile · ソース: api.github.com
brew / 順位 1922
operator-sdk のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install operator-sdklocal Homebrew formula metadata
sudo port install operator-sdkMacPorts ports tree · devel/operator-sdk/Portfile · ソース: api.github.com
nix profile install nixpkgs#operator-sdknixpkgs package indexes · pkgs/by-name/op/operator-sdk/package.nix · ソース: api.github.com
sudo pacman -S operator-sdkArch Linux sync databases · operator-sdk · ソース: geo.mirror.pkgbuild.com
sudo zypper install operator-sdkopenSUSE Tumbleweed package metadata · operator-sdk · ソース: download.opensuse.org
概要
SDK for building Kubernetes applications
履歴
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.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
helm-operator | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
operator-sdk | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:operator-sdk |
|---|---|
| バージョン | 1.42.3 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://sdk.operatorframework.io/ |
| リポジトリ | https://github.com/operator-framework/operator-sdk |
| 最終更新 | 2026-06-26T21:39:12Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
operator-sdk
nix profile install nixpkgs#operator-sdkoperator-sdk 1.42.0-2
SDK for building Kubernetes applications
https://github.com/operator-framework/operator-sdk
sudo pacman -S operator-sdkoperator-sdk 1.42.3-1.3
CLI for installing the Operator Lifecycle Manager
https://github.com/operator-framework/operator-sdk
sudo zypper install operator-sdkoperator-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-completionoperator-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-completionoperator-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-completionoperator-sdk
sudo port install operator-sdkソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.