Skip to content

Commit 5afd907

Browse files
authored
Merge pull request #27316 from vaibhav2107/link-operator
Update: ja/docs/concepts/extend-kubernetes/operator.md
2 parents 17e7717 + 65d2faf commit 5afd907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/concepts/extend-kubernetes/operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubernetesは自動化のために設計されています。追加の作業、
2727
ワークロードのデプロイおよび稼働を自動化するためにKubernetesを使うことができます。 *さらに* Kubernetesがそれをどのように行うかの自動化も可能です。
2828

2929
Kubernetesの{{< glossary_tooltip text="コントローラー" term_id="controller" >}}コンセプトは、Kubernetesのソースコードを修正すること無く、クラスターの振る舞いを拡張することを可能にします。
30-
オペレーターはKubernetes APIのクライアントで、[Custom Resource](/docs/concepts/api-extension/custom-resources/)にとっての、コントローラーのように振る舞います。
30+
オペレーターはKubernetes APIのクライアントで、[Custom Resource](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)にとっての、コントローラーのように振る舞います。
3131

3232
## オペレーターの例 {#example}
3333

@@ -90,7 +90,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
9090
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
9191
* [kubebuilder](https://book.kubebuilder.io/)を使います
9292
* [Metacontroller](https://metacontroller.app/)を自分で実装したWebHooksと一緒に使います
93-
* [Operator Framework](https://github.com/operator-framework/getting-started)を使います
93+
* [Operator Framework](https://operatorframework.io)を使います
9494
* 自前のオペレーターを他のユーザーのために[公開](https://operatorhub.io/)します
9595
* オペレーターパターンを紹介している[CoreOSオリジナル記事](https://coreos.com/blog/introducing-operators.html)を読みます
9696
* Google Cloudが出したオペレーター作成のベストプラクティス[記事](https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps)を読みます

0 commit comments

Comments
 (0)