Closed dgkanatsios closed 6 years ago
Noting here that the custom scheduler implementation will need to depend on a new PortRegistry. The additional work needed is to make PortRegistry keep individual records per server.
We'll just introduce PodAffinity for the time being, tracked in #40
It would be interesting to investigate the creation of a custom Pod scheduler. This scheduler would distribute the Pods/DedicatedGameServers to each Node, by satisfying the rule ‘is Node A full of running Pods? If not, keep scheduling there. If yes, schedule on B’ and so on and so forth.