Hello everyone, basic question here. I’m working w...
# ask-the-community
b
Hello everyone, basic question here. I’m working with a flyte cluster with several node groups. If I don’t strictly specify which one to use in the task/workflow decorators, how does flyte choose which nodes to run its tasks/workflows on?
y
assuming you have one flyte cluster, flyte doesn’t choose, k8s does.
flyte creates a pod in a manner controlled by its configuration of course, and leaves the actual work handling the pod lifecycle up to k8s