From 571adf73bb437690b0480fdb2b9aae47b4edfe7b Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 11 Jul 2021 01:33:13 +0300 Subject: [PATCH] [ja] Adding shell-operator as another way to create operators --- content/ja/docs/concepts/extend-kubernetes/operator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ja/docs/concepts/extend-kubernetes/operator.md b/content/ja/docs/concepts/extend-kubernetes/operator.md index 8d6d4128b2..1536fd0646 100644 --- a/content/ja/docs/concepts/extend-kubernetes/operator.md +++ b/content/ja/docs/concepts/extend-kubernetes/operator.md @@ -91,6 +91,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更 * [kubebuilder](https://book.kubebuilder.io/)を使います * [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います * [Operator Framework](https://operatorframework.io)を使います + * [shell-operator](https://github.com/flant/shell-operator) * 自前のオペレーターを他のユーザーのために[公開](https://operatorhub.io/)します * オペレーターパターンを紹介している[CoreOSオリジナル記事](https://coreos.com/blog/introducing-operators.html)を読みます * Google Cloudが出したオペレーター作成のベストプラクティス[記事](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps)を読みます