I'm running a kubeflow pipleine with different components for stages like data preprocessing, training etc.
i've understand that i can use specific image for each stage (component). (for example image that not or using a gpu for training.
my question is how the pipleline can set to scale out for different stages (components)?
or it just done automatically
thanks.