Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

reference-design-docs-overview-pr-2018-2-4 #336

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/reference/design-docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
---
title: Kubernetes 设计文档综述
cn-approvers:
- chentao1596
---
<!--
---
title: Overview of Kubernetes Design Docs
---
-->

{% capture overview %}

<!--
Here are some documents that describe aspects of the Kubernetes design:
-->
以下是一些描述 Kubernetes 设计方面的文档。

{% endcapture %}

{% capture body %}

<!--
* [Kubernetes Architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/architecture.md)

* [Kubernetes Design Overview](https://github.com/kubernetes/kubernetes/tree/release-1.6/docs/design)
Expand All @@ -21,6 +32,18 @@ Here are some documents that describe aspects of the Kubernetes design:
* [Security Contexts](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/security_context.md)

* [Security in Kubernetes](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/security.md)
-->
* [Kubernetes 架构](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/architecture.md)

* [Kubernetes 设计综述](https://github.com/kubernetes/kubernetes/tree/release-1.6/docs/design)

* [Kubernetes 身份和访问管理](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/access.md)

* [Kubernetes OpenVSwitch GRE/VxLAN 网络](https://deploy-preview-6994--kubernetes-io-user-journeys.netlify.com/docs/admin/ovs-networking/)

* [安全上下文](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/security_context.md)

* [Kubernetes 中的安全](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/security.md)

{% endcapture %}

Expand Down