K8sbykeshed / k8s-service-validator

Kubernetes Network Service Validator
22 stars 10 forks source link

Add Selector for nodes #1

Open jayunit100 opened 3 years ago

jayunit100 commented 3 years ago

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 ?

knabben commented 3 years ago

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..