Golang for DevOps Applications
go 微服务
go 高并发
go 分布式高可用

Building DevOps Tools

internals

prometheus storage

source code

deep understand

deep dive into

core

core concepts

details of how things work

best-practice

improve

This document describes the ongoing architectural development of the Kubernetes system, and the motivations behind it.

本文档描述了Kubernetes系统正在进行的体系结构开发及其背后的动机。

System developers wanting to extend or customize Kubernetes should use this document as a guide to inform where and how best to implement these enhancements.

想要扩展或自定义Kubernetes的系统开发人员应使用本文档作为指导,以告知在哪里以及如何最佳地实现这些增强。

**Kubernetes is a production-grade, open-source infrastructure for the deployment, scaling, management, and composition of application containers across clusters of hosts, inspired by previous work at Google. **

Kubernetes是一种生产级的开源基础架构,其灵感来自于Google先前的工作,它跨主机集群部署,扩展,管理和组合应用程序容器。

**we want others to be able to extend Kubernetes functionality, such as with higher-level PaaS functionality or multi-cluster layers, without modification of core Kubernetes source. **

我们希望其他人能够在不修改核心Kubernetes源代码的情况下扩展Kubernetes功能。