We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a6551 commit 58ea35aCopy full SHA for 58ea35a
1 file changed
content/en/docs/concepts/extend-kubernetes/operator.md
@@ -6,8 +6,9 @@ weight: 30
6
7
{{% capture overview %}}
8
9
-Operators are software extensions to Kubernetes that make use of third-party
10
-resources to manage applications and their components. Operators follow
+Operators are software extensions to Kubernetes that make use of [custom
+resources](/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
11
+to manage applications and their components. Operators follow
12
Kubernetes principles, notably the [control loop](/docs/concepts/#kubernetes-control-plane).
13
14
{{% /capture %}}
0 commit comments