I currently have three client nodes in my Nomad cluster, but I’ve noticed that all my jobs always run on the same node instead of being distributed among the three. I would like to know how to configure Nomad so that jobs are automatically assigned in a balanced way across different nodes.
Is there a specific configuration in the jobs or the cluster that I should adjust to achieve better load distribution? I appreciate any guidance or recommendations.