Scaling up infrastructure
This section describes scaling up the infrastructure, for example from
xsmall to
small to
medium, and so on.
Scaling up generally consists of:
Changing EKS node pool sizes
Changing EKS node pool VM types
Changing kubernetes assigned resources
Changing kubernetes pod counts
The process is as follows:
Update your tfvars to the new size.
Apply infrastructure changes:
shellterraform apply -target module.eks-var-file $TFVAR_FILEApply the kubernetes changes:
shellterraform apply -target module.logscale -var-file $TFVAR_FILEWhen the process is complete, clean out any terminated pods from the LogScale Cluster Node Management UI.