Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.13 KB

arch-cluster-operators.adoc

File metadata and controls

17 lines (14 loc) · 1.13 KB

Cluster Operators

In {product-title}, all cluster functions are divided into a series of default cluster Operators. Cluster Operators 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 represented by a ClusterOperator object, which cluster administrators can view in the {product-title} web console from the AdministrationCluster Settings page. Each cluster Operator provides a simple API for determining cluster functionality. The Operator hides the details of managing the lifecycle of that component. Operators can manage a single component or tens of components, but the end goal is always to reduce operational burden by automating common actions.