# README
Random Scheduler
This is a scheduler out-of-tree plugin in order to randomly asssign different types of applications to server sockets.
It implements a typical random algorithm of matching applciations in pairs.
In order to run:
- cd to root directory and type make
- wait for the build to happen
- optional docker push the docker image to your hub if you want
- docker container exec and transfer the random-config.yml file to /etc/kubernetes and the kube-scheduler.yml file to /etc/kubernetes/manifests folder.
- validate the plugin with the proposed Pod template.