This message was deleted.
# rke2
a
This message was deleted.
c
Kubernetes makes no attempt to balance node load. If a node has sufficient resources to host a pod, it will be scheduled there. That is just how the scheduler works. You should read the docs at https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ for possible ways to get closer to what you want.
b
yes that I saw documentation
most of this is configuration on pod’s manifest, but there is maybe some configuration in RKE2 server side?
c
No. If you want the scheduler to spread your pods out, you need to follow those docs and tell it how you would like them spread.