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
You can use machine management to flexibly work with underlying infrastructure like Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), OpenStack, Red Hat Virtualization (RHV), and vSphere to manage the {product-title} cluster.
9
-
You can control the cluster, and also perform auto-scaling, that is, scaling up and down the cluster based on specific workload policies.
9
+
You can control the cluster and perform auto-scaling, such as scaling up and down the cluster based on specific workload policies.
10
10
11
-
The {product-title} cluster can horizontally scale up and down, when the load increases or decreases.
11
+
The {product-title} cluster can horizontally scale up and down when the load increases or decreases.
12
12
It is important to have a cluster that adapts to changing workloads.
13
13
14
14
Machine management is implemented as a xref:../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Custom Resource Definition](CRD).
15
-
A CRD object defines a new unique object `Kind` in the cluster and enables the Kubernetes API server to handle it's entire lifecycle.
15
+
A CRD object defines a new unique object `Kind` in the cluster and enables the Kubernetes API server to handle the object's entire lifecycle.
16
16
17
17
The Machine API Operator provisions the following resources:
18
18
@@ -44,14 +44,14 @@ As a cluster administrator you can:
44
44
[discrete]
45
45
== Autoscaler
46
46
47
-
The autoscaler ensures that your cluster is flexible to changing workloads.
47
+
Autoscale your cluster to ensure flexibility to changing workloads.
48
48
To xref:../machine_management/applying-autoscaling.adoc#applying-autoscaling[autoscale] your {product-title} cluster, you must first deploy a cluster autoscaler, and then deploy a machine autoscaler for each machine set.
49
49
The cluster autoscaler increases and decreases the size of the cluster based on deployment needs.
50
50
The machine autoscaler adjusts the number of machines in the machine sets that you deploy in your {product-title} cluster.
51
51
52
52
[discrete]
53
53
== User-provisioned infrastructure
54
-
User-provisioned infrastructure is an environment, where the user deploys infrastructure that is compute, network, and storage resources, that hosts the {product-title}.
54
+
User-provisioned infrastructure is an environment where you can deploy infrastructure such as compute, network, and storage resources that host the {product-title}.
55
55
You can xref:../machine_management//user_infra/adding-compute-user-infra-general.adoc#adding-compute-user-infra-general[add compute machines] to a cluster on user-provisioned infrastructure either as part of or after the installation process.
0 commit comments