File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/extend-kubernetes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Kubernetes上でワークロードを稼働させている人は、しばしば
26
26
Kubernetesは自動化のために設計されています。追加の作業、設定無しに、Kubernetesのコア機能によって多数のビルトインされた自動化機能が提供されます。
27
27
ワークロードのデプロイおよび稼働を自動化するためにKubernetesを使うことができます。 * さらに* Kubernetesがそれをどのように行うかの自動化も可能です。
28
28
29
- Kubernetesの{{< glossary_tooltip text="コントローラー " term_id="controller " >}}コンセプトは、Kubernetesのソースコードを修正すること無く、クラスターの振る舞いを拡張することを可能にします。
29
+ Kubernetesの{{< glossary_tooltip text="オペレーターパターン " term_id="operator-pattern " >}}コンセプトは、Kubernetesのソースコードを修正すること無く、一つ以上のカスタムリソースに{{< glossary_tooltip text="カスタムコントローラー" term_id="controller" >}}をリンクすることで 、クラスターの振る舞いを拡張することを可能にします。
30
30
オペレーターはKubernetes APIのクライアントで、[ Custom Resource] ( /docs/concepts/extend-kubernetes/api-extension/custom-resources/ ) にとっての、コントローラーのように振る舞います。
31
31
32
32
## オペレーターの例 {#example}
You can’t perform that action at this time.
0 commit comments