@@ -13,15 +13,15 @@ weight: 30
13
13
<!-- overview -->
14
14
15
15
<!--
16
- Operators are software extensions to Kubernetes that make use of [custom
17
- resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
16
+ Operators are software extensions to Kubernetes that make use of
17
+ [custom resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
18
18
to manage applications and their components. Operators follow
19
- Kubernetes principles, notably the [control loop](/docs/concepts/architecture/controller/ ).
19
+ Kubernetes principles, notably the [control loop](/docs/concepts/architecture/controller).
20
20
-->
21
21
Operator 是 Kubernetes 的扩展软件,它利用
22
22
[ 定制资源] ( /zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources/ )
23
23
管理应用及其组件。
24
- Operator 遵循 Kubernetes 的理念,特别是在[ 控制器] ( /zh-cn/docs/concepts/architecture/controller/ )
24
+ Operator 遵循 Kubernetes 的理念,特别是在[ 控制器] ( /zh-cn/docs/concepts/architecture/controller )
25
25
方面。
26
26
27
27
<!-- body -->
@@ -214,8 +214,9 @@ Operator.
214
214
* [Charmed Operator Framework](https://juju.is/)
215
215
* [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk)
216
216
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
217
+ * [kube-rs](https://kube.rs/) (Rust)
217
218
* [kubebuilder](https://book.kubebuilder.io/)
218
- * [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
219
+ * [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET operator SDK)
219
220
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
220
221
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
221
222
you implement yourself
@@ -229,8 +230,9 @@ you implement yourself
229
230
* [ Charmed Operator Framework] ( https://juju.is/ )
230
231
* [ Java Operator SDK] ( https://github.com/java-operator-sdk/java-operator-sdk )
231
232
* [ Kopf] ( https://github.com/nolar/kopf ) (Kubernetes Operator Pythonic Framework)
233
+ * [ kube-rs] ( https://kube.rs/ ) (Rust)
232
234
* [ kubebuilder] ( https://book.kubebuilder.io/ )
233
- * [ KubeOps] ( https://buehler.github.io/dotnet-operator-sdk/ ) (dotnet operator SDK)
235
+ * [ KubeOps] ( https://buehler.github.io/dotnet-operator-sdk/ ) (.NET operator SDK)
234
236
* [ KUDO] ( https://kudo.dev/ ) (Kubernetes 通用声明式 Operator)
235
237
* [ Metacontroller] ( https://metacontroller.github.io/metacontroller/intro.html ) ,可与 Webhooks 结合使用,以实现自己的功能。
236
238
* [ Operator Framework] ( https://operatorframework.io )
0 commit comments