Added architectural layers diagram, placeholder for Summary section.
This commit is contained in:
parent
3d1ceff238
commit
7b959dfbf7
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -10,13 +10,14 @@ Authors: Brian Grant, Tim Hockin, and Clayton Coleman
|
||||||
|
|
||||||
Intended audience: Kubernetes contributors
|
Intended audience: Kubernetes contributors
|
||||||
|
|
||||||
Let’s start as ordinary doc text and export to markdown later.
|
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
|
|
||||||
[[TOC]]
|
[[TOC]]
|
||||||
|
|
||||||
|
## Summary/TL;DR
|
||||||
|
|
||||||
|
TBD - for those who want an overview, but don't want to read a 20 page document.
|
||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
Kubernetes is a platform for deploying and managing containers. For
|
Kubernetes is a platform for deploying and managing containers. For
|
||||||
|
@ -61,6 +62,8 @@ should be allowed and which should not.
|
||||||
Kubernetes APIs, concepts, and functionality can be sorted into the
|
Kubernetes APIs, concepts, and functionality can be sorted into the
|
||||||
following layers.
|
following layers.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### The Nucleus: API and Execution
|
### The Nucleus: API and Execution
|
||||||
|
|
||||||
Essential API and execution machinery.
|
Essential API and execution machinery.
|
||||||
|
@ -147,7 +150,7 @@ Kubernetes cannot function without this basic API machinery and semantics, inclu
|
||||||
* [Lack of
|
* [Lack of
|
||||||
guarantees](https://github.com/kubernetes/kubernetes/issues/30698)
|
guarantees](https://github.com/kubernetes/kubernetes/issues/30698)
|
||||||
* [Orchestration
|
* [Orchestration
|
||||||
support](https://github.com/kubernetes/kubernetes/issues/34363)\
|
support](https://github.com/kubernetes/kubernetes/issues/34363)
|
||||||
* [Support for event-driven
|
* [Support for event-driven
|
||||||
automation](https://github.com/kubernetes/kubernetes/issues/3692)
|
automation](https://github.com/kubernetes/kubernetes/issues/3692)
|
||||||
* [Clean
|
* [Clean
|
||||||
|
|
Loading…
Reference in New Issue