Scale a Cluster
Learn how to scale a Kubernetes cluster on OCI.
You can scale the cluster nodes by using the kubectl scale
command, either
on the management cluster, or directly in the OCI 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, but this approach isn't recommended
in production systems.
Scaling Worker Nodes in an OCI Cluster
Use the kubectl scale
command to scale the number of worker nodes in a
Kubernetes cluster on OCI.
You can scale the worker nodes in a Kubernetes cluster by running the kubectl
scale
command, either on the management cluster, or on the OCI cluster if it's self-managed.
Scaling Control Plane Nodes in an OCI Cluster
Use the kubectl scale
command to scale the number of control plane
nodes in a Kubernetes cluster on OCI.
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 OCI cluster if it's self-managed.