Scaling Infrastructure Out
This section describes scaling out the infrastructure, for example basic to ingress to advanced.
Scaling out generally consists of:
Adding additional subnets
Adding new kubernetes node pools
Redefining the LogScale cluster
The process is as follows:
Update your
tfvarsto the new architecture type.Apply infrastructure changes:
shellterraform apply -target module.eks -var-file $TFVAR_FILEApply the kubernetes changes:
shellterraform apply -target module.logscale -var-file $TFVAR_FILE
When the process is complete, clean out any terminated pods from the LogScale Cluster Node Management UI.
Important
Moving from larger architectures to smaller, for example from advanced to basic, is not recommended.