@@ -61,7 +61,7 @@ controllers for a [Custom Resource](/docs/concepts/extend-kubernetes/api-extensi
61
61
## Kubernetes 上的 Operator {#operators-in-kubernetes}
62
62
63
63
Kubernetes 为自动化而生。无需任何修改,你即可以从 Kubernetes 核心中获得许多内置的自动化功能。
64
- 你可以使用 Kubernetes 自动化部署和运行工作负载, ** 甚至** 可以自动化 Kubernetes 自身。
64
+ 你可以使用 Kubernetes 自动化部署和运行工作负载,** 甚至** 可以自动化 Kubernetes 自身。
65
65
66
66
Kubernetes 的 {{< glossary_tooltip text="Operator 模式" term_id="operator-pattern" >}}概念允许你在不修改
67
67
Kubernetes 自身代码的情况下,
@@ -90,8 +90,8 @@ Some of the things that you can use an operator to automate include:
90
90
91
91
* 按需部署应用
92
92
* 获取/还原应用状态的备份
93
- * 处理应用代码的升级以及相关改动。例如,数据库 schema 或额外的配置设置
94
- * 发布一个 service ,要求不支持 Kubernetes API 的应用也能发现它
93
+ * 处理应用代码的升级以及相关改动。例如数据库 Schema 或额外的配置设置
94
+ * 发布一个 Service ,要求不支持 Kubernetes API 的应用也能发现它
95
95
* 模拟整个或部分集群中的故障以测试其稳定性
96
96
* 在没有内部成员选举程序的情况下,为分布式应用选择首领角色
97
97
@@ -219,8 +219,9 @@ operator.
219
219
* [kubebuilder](https://book.kubebuilder.io/)
220
220
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (.NET operator SDK)
221
221
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
222
- * [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
223
- you implement yourself
222
+ * [Mast](https://docs.ansi.services/mast/user_guide/operator/)
223
+ * [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html) along with WebHooks that
224
+ you implement yourself
224
225
* [Operator Framework](https://operatorframework.io)
225
226
* [shell-operator](https://github.com/flant/shell-operator)
226
227
-->
@@ -232,7 +233,8 @@ you implement yourself
232
233
* [ kubebuilder] ( https://book.kubebuilder.io/ )
233
234
* [ KubeOps] ( https://buehler.github.io/dotnet-operator-sdk/ ) (.NET operator SDK)
234
235
* [ KUDO] ( https://kudo.dev/ ) (Kubernetes 通用声明式 Operator)
235
- * [ Metacontroller] ( https://metacontroller.github.io/metacontroller/intro.html ) ,可与 Webhooks 结合使用,以实现自己的功能。
236
+ * [ Mast] ( https://docs.ansi.services/mast/user_guide/operator/ )
237
+ * [ Metacontroller] ( https://metacontroller.github.io/metacontroller/intro.html ) ,可与 Webhook 结合使用,以实现自己的功能。
236
238
* [ Operator Framework] ( https://operatorframework.io )
237
239
* [ shell-operator] ( https://github.com/flant/shell-operator )
238
240
0 commit comments