You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Operators, you can create applications to monitor the running services in the cluster. Operators are designed specifically for your applications. Operators implement and automate the common Day 1 operations such as installation and configuration as well as Day 2 operations such as autoscaling up and down and creating backups. All these activities are in a piece of software running inside your cluster.
11
+
Operatorsare designed specifically for Kubernetes-native applications to implement and automate common Day 1 operations on a {product-title} cluster, such as installation and configuration. Operators can also automate Day 2 operations, such as autoscaling up and down and creating backups. All these activities are in a piece of software running inside your cluster.
12
12
13
-
[id="operators-overview-developer-tasks"]
13
+
Operator Lifecycle Manager (OLM) and OperatorHub are default components in {product-title} that help manage add-on Operators. Together they provide the system for discovering, installing, and managing optional Operators available on the cluster, also known as _OLM-based Operators_.
14
+
15
+
In {product-title}, all cluster functions are divided into a series of default _cluster Operators_. Cluster Operators are a different type of Operator that manage a particular area of cluster functionality, such as cluster-wide application logging, management of the Kubernetes control plane, or the machine provisioning system. Cluster Operators are installed by default, unless otherwise noted, and are managed by the Cluster Version Operator (CVO) and not by OLM.
** xref:../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Use Operator Lifecycle Manager on restricted networks].
68
72
69
-
To know all about the cluster Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#cluster-operators-ref[Cluster Operators reference].
73
+
For information about the cluster Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#cluster-operators-ref[Cluster Operators reference].
0 commit comments