Allow using a random scheduler
An example for such a scheduling is presented in https://kubernetes.io/blog/2017/03/advanced-scheduling-in-kubernetes/
It still has to be determined whether a custom scheduler always has to run in background (see link above for implementation) or random pod assignment can be achieved with basic YAML declarations.