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 GKE node pool sizes
Changing GKE node pool VM types (machine types)
Changing Kubernetes assigned resources
Changing Kubernetes pod counts
The process is as follows:
Update your
tfvarsto the new size:logscale_cluster_size = "medium"Apply infrastructure changes:
terraform apply -target module.gkeApply the Kubernetes changes:
terraform apply -target module.logscale
When the process is complete, clean out any terminated pods from the LogScale Cluster Node Management UI.