概述 k8s许多重要的基础类型,都在client-go中定义。 如 cache.Store、cache.Reflector等。 接下来分析这些重要的
概述 分析containerd网络,从不同的上层应用: nerdctl run -d –name runcdev -p 8080:80 nginx kubectl run nginx –image=nginx 根据containerd 的 Scope and principles The following table specifies the various components of containerd and general features of container runtimes. The
概述 在 containerd 的 event 中,主要用到了 go-events 这个包。 为 Go 实现一个可组合的事件分发包。 初始化 在containerd启动过程中, 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
概述 了解containerd的启动过程。 重点关注api接口 ContainersClient、 TasksClient的实现。 Container
概述 参考文章,该文时间比较久远,containerd的很多逻辑已经发生变化。 学习该文思路,重新整理Containerd,Containerd
概述 在runc中, 有两种 Terminal Modes,分别是:New Terminal、Pass-Through 有两种 Runc Modes,分别是:Foregroun