With #448, kubelet will export per-container stats to the master. Based on such information, we could improve our scheduler to make decisions based on stats info.
I'm currently working on a simple least load scheduler. It depends on #448 and cAdvisor. I will send a PR in this week.
Any comment/suggestion is welcome.
With #448, kubelet will export per-container stats to the master. Based on such information, we could improve our scheduler to make decisions based on stats info.
I'm currently working on a simple least load scheduler. It depends on #448 and cAdvisor. I will send a PR in this week.
Any comment/suggestion is welcome.