https://flyte.org logo
Title
r

Reda Oulbacha

02/24/2023, 10:04 AM
Hey folks, deploying Flyte on a single EKS, is it possible to deploy Flyte's binary in an ondemand nodegroup, and then have tasks run in a spot nodegroup?
k

Ketan (kumare3)

02/24/2023, 2:51 PM
Yup
c

Chris Jones

02/28/2023, 10:03 PM
like a scale to zero node group?
k

Ketan (kumare3)

03/01/2023, 12:49 AM
flyte-binary cannot be scale to 0, but tasks can be scale to 0 for sure
it is designed to wait for scale-ups etc
r

Reda Oulbacha

03/01/2023, 3:43 PM
@Chris Jones I was just thinking of a way to prevent flyte-binary from being interrupted, while allowing that for tasks
c

Chris Jones

03/01/2023, 5:30 PM
The approach sounds like a good use of nodegroups.
does flyte binary use VPA or HPA?