https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

seunggs

03/07/2023, 6:07 PM
Hi a quick question on scaling flyte - when you specify a large amount of resources (e.g. 100 cpus), does flyte scale the nodes in the k8s cluster as well or does that have to be manually handled?
f

Fabio Grätz

03/07/2023, 6:09 PM
Assuming that this doesn’t violate any Quota configured in Flyte, it depends on your K8s cluster setup whether new nodes can be scaled up.
Flyte itself doesn’t scale up the node, this part is taken by K8s.
s

seunggs

03/07/2023, 6:10 PM
OK so you need something like Cluster Autoscaler or Karpenter setup - so flyte doesn’t handle the node autoscaling?
f

Fabio Grätz

03/07/2023, 6:10 PM
I haven’t used karpenter but yes to cluster autoscaler
s

seunggs

03/07/2023, 6:10 PM
OK great - thank you for clarifying that
3 Views