On Tue, Apr 26, 2016 at 9:19 AM, kant kodali <[email protected]> wrote: > Again I am looking for a lower level definition. Imagine I dont know > anything besides the basic building blocks like process, file, threads, > host, port so on and if you can construct a definition around these that > would be great but you dont need to invest your time if you dont want to. > It's all good.
There's no better low-level definition than the code itself. My extremely limited knowledge of Kubernetes internals tells me you might be interested in the podSync function and what it does. https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L1682-L1857 -- Giovanni -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
