Merge pull request #30106 from Arhell/list

[ja] Add "KubeOps" operator SDK to third-party list
pull/29888/head
Kubernetes Prow Robot 2021-10-24 19:06:21 -07:00 committed by GitHub
commit 6d3b02a800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
* [Charmed Operator Framework](https://juju.is/)
* [KUDO](https://kudo.dev/)Kubernetes Universal Declarative Operatorを使います
* [kubebuilder](https://book.kubebuilder.io/)を使います
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
* [Operator Framework](https://operatorframework.io)を使います
* [shell-operator](https://github.com/flant/shell-operator)