Skip to content

Commit 571adf7

Browse files
committed
[ja] Adding shell-operator as another way to create operators
1 parent d519007 commit 571adf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/ja/docs/concepts/extend-kubernetes/operator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
9191
* [kubebuilder](https://book.kubebuilder.io/)を使います
9292
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
9393
* [Operator Framework](https://operatorframework.io)を使います
94+
* [shell-operator](https://github.com/flant/shell-operator)
9495
* 自前のオペレーターを他のユーザーのために[公開](https://operatorhub.io/)します
9596
* オペレーターパターンを紹介している[CoreOSオリジナル記事](https://coreos.com/blog/introducing-operators.html)を読みます
9697
* Google Cloudが出したオペレーター作成のベストプラクティス[記事](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps)を読みます

0 commit comments

Comments
 (0)