# README
Greedy Scheduler
This is a scheduler out-of-tree plugin in order to greedily asssign different types of applications to server sockets.
It implements the greedy algorithm of matching as many "good" fits between insensitive and passive applications before allowing "bad" fits to happen.
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 greedy-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.