Fusion of Deep Learning Batch Task Processing Scheduler and kubernetes Default Scheduler

Three-step installation of kubernetes cluster What is a batch task? In deep learning, there are many tasks of multi-machine and multi-card, that is to say, colleagues will have multiple pods, but these pods belong to the same task. So there's a problem. A task starts with 100 pods, each pod needs a card, a total of 100 GPU cards, while there ar ...

Posted by jrobles on Wed, 08 May 2019 14:45:03 +0200

kubernetes event reflector

kubernetes event reflector kubernetes event reflector ListWatcher interface ListWatch Implementing ListWatcher Interface Informer using ListWatch Reflector Reflector type definition Functions to create Reflector objects Run() method ListAndWatch() method controller using Reflector Run() method processLoop() metho ...

Posted by Neumy on Mon, 06 May 2019 23:35:04 +0200