Great video, why do you think the scheduler lives on its own rather than inside the controller manager? After all, it seems to fit into the job of reconciling the state of pods by assigning a node. Seems like this logic could fit inside a Pod controller of some sort
I don't think the controller manager can provision a new node by itself if one dies. I think it has to work with a cloud Kubernetes managed service to do so, like EKS or AKS or GKE.
@mdaverde