My questions related to kubernetes resource management:

   1. 
   
   How Kubernetes master collects all his nodes resource capabilities and 
   then use those capabilities to schedule Pods as per there requirement and 
   resource availability?.
   2. 
   
   Where the capabilities retrived from node are maintained in master 
   node?(any database or go structure to mentain the data?).
   
Please suggest the file inside all this operations are performed. I found 
the file location 
https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/scheduler/schedulercache/node_info.go
 
, but did not found any code doing this operations.

   1. How scheduler use resource information managed in master node for 
   scheduling Pod?.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to