We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f9871 + 9f3e905 commit fa8b7beCopy full SHA for fa8b7be
content/ja/docs/concepts/extend-kubernetes/operator.md
@@ -87,6 +87,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
87
* [Custom Resources](/ja/docs/concepts/extend-kubernetes/api-extension/custom-resources/)をより深く学びます
88
* ユースケースに合わせた、既製のオペレーターを[OperatorHub.io](https://operatorhub.io/)から見つけます
89
* 自前のオペレーターを書くために既存のツールを使います、例:
90
+ * [Charmed Operator Framework](https://juju.is/)
91
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
92
* [kubebuilder](https://book.kubebuilder.io/)を使います
93
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
0 commit comments