Scale a Cluster
Learn how to scale a Kubernetes cluster on Oracle Linux Virtualization Manager.
You can scale the cluster nodes by using the kubectl scale
command, either
on the management cluster, or directly in the Oracle Linux Virtualization Manager
workload cluster if it's self-managed.
Note:
You can also scale cluster nodes by editing the replicas
option in the
appropriate Kubernetes Cluster API Custom Resource file.
Scaling Worker Nodes in an Oracle Linux Virtualization Manager Cluster
Use the kubectl scale
command to scale the number of worker nodes in a
Kubernetes cluster on Oracle Linux Virtualization Manager.
You can scale the worker nodes in a Kubernetes cluster by running the kubectl
scale
command, either on the management cluster, or on the Oracle Linux Virtualization Manager workload cluster if it's self-managed.
Scaling Control Plane Nodes in an Oracle Linux Virtualization Manager Cluster
Use the kubectl scale
command to scale the number of control plane
nodes in a Kubernetes cluster on Oracle Linux Virtualization Manager.
You can scale the control plane nodes in a Kubernetes cluster by running the
kubectl scale
command, either on the management cluster, or on the Oracle Linux Virtualization Manager workload cluster if it's self-managed.