Skip to content

Commit

Permalink
06: add autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
katilp committed Oct 21, 2024
1 parent 72d9234 commit 1f28845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/06-scaleup.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ If you can't increase them to desired value, submit a quota increase request thr

### Autoscaling

The Terraform script `gke.tf` has the autoscaling activated.
This makes the cluster scale up or down according to resources in use. This reduces the cost in particular for a cluster with a big amount of nodes. It often happens that some jobs get longer than the other, and in that case the cluster lifetime (and the cost) is defined by the longest job. Autoscaling removes the nodes once they do not have active processes running.



Expand Down

0 comments on commit 1f28845

Please sign in to comment.