Skip to content

Commit 8071333

Browse files
committed
Update operator.md
1 parent 3eced5d commit 8071333

File tree

1 file changed

+8
-6
lines changed
  • content/zh-cn/docs/concepts/extend-kubernetes

1 file changed

+8
-6
lines changed

content/zh-cn/docs/concepts/extend-kubernetes/operator.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ weight: 30
1313
<!-- overview -->
1414

1515
<!--
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/)
1818
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).
2020
-->
2121
Operator 是 Kubernetes 的扩展软件,它利用
2222
[定制资源](/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
2323
管理应用及其组件。
24-
Operator 遵循 Kubernetes 的理念,特别是在[控制器](/zh-cn/docs/concepts/architecture/controller/)
24+
Operator 遵循 Kubernetes 的理念,特别是在[控制器](/zh-cn/docs/concepts/architecture/controller)
2525
方面。
2626

2727
<!-- body -->
@@ -214,8 +214,9 @@ Operator.
214214
* [Charmed Operator Framework](https://juju.is/)
215215
* [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk)
216216
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
217+
* [kube-rs](https://kube.rs/) (Rust)
217218
* [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)
219220
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
220221
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
221222
you implement yourself
@@ -229,8 +230,9 @@ you implement yourself
229230
* [Charmed Operator Framework](https://juju.is/)
230231
* [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk)
231232
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
233+
* [kube-rs](https://kube.rs/) (Rust)
232234
* [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)
234236
* [KUDO](https://kudo.dev/) (Kubernetes 通用声明式 Operator)
235237
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html),可与 Webhooks 结合使用,以实现自己的功能。
236238
* [Operator Framework](https://operatorframework.io)

0 commit comments

Comments
 (0)