Kubernetes 白皮书

Kubernetes whitepaper

Google 是否发布了与 Borg 风格相似的 Kubernetes 白皮书?

我知道 end-user documentation,它可能会解释很多我正在寻找的东西,但我发现白皮书比最终用户文档更容易阅读。它也更容易转换为死树格式并在一个下午内阅读。

也许您正在寻找 David Rensin's small book on Kubernetes? It is listed with other Google research papers, although it is more of an brief introduction/overview and less a whitepaper (like the Borg one). It seems to be available still as a promotion from OpenShift

这当然值得一读,而且不会花很长时间,但是为了获得 Kubernetes 集群 运行,您仍然需要在某个时候深入研究最终用户文档。祝你好运!

虽然不是白皮书,但一些 Kubernetes 和 Borg 负责人撰写的 ACM 队列文章 Borg, Omega, and Kubernetes: Lessons learned from three container-management systems over a decade 是对 [= 的基础设施管理和作业调度系统发展的有趣概述21=].

文章特别指出了域抽象级别的转变。这种 "Application-Oriented Infrastructure" 的趋势侧重于应用程序而不是机器。此外,文章还提到了从集中式 "orchestration" 到分散式 "choreography" 的技术演变:

The design of Kubernetes as a combination of microservices and small control loops is an example of control through choreography—achieving a desired emergent behavior by combining the effects of separate, autonomous entities that collaborate.

看看吧!