1) We want to make sure that our pods are spread to DIFFERENT nodes
2) Maybe it would be nice if the table explicitly printed out the node names as well ?
According sig-scheduling folks we should assess the usage of pod topology constraints or pod anti-affinity
and its possible to use required anti-affinity with kubernetes.io/hostname as the topologyKey..
1) We want to make sure that our pods are spread to DIFFERENT nodes 2) Maybe it would be nice if the table explicitly printed out the node names as well ?