Commit e41a0e57 authored by Tim Hockin's avatar Tim Hockin

Merge pull request #530 from lavalamp/dia

Link to architecture diagram
parents d1de5790 06c55d14
...@@ -38,6 +38,12 @@ A single Kubernetes cluster is not intended to span multiple availability zones. ...@@ -38,6 +38,12 @@ A single Kubernetes cluster is not intended to span multiple availability zones.
Kubernetes is not currently suitable for use by multiple users -- see [Cluster Security](#cluster-security), below. Kubernetes is not currently suitable for use by multiple users -- see [Cluster Security](#cluster-security), below.
### Cluster Architecture
A running Kubernetes cluster contains node agents (kubelet) and master components (APIs, scheduler, etc), on top of a distributed storage solution. This diagram shows our desired eventual state, though we're still working on a few things, like making kubelet itself (all our components, really) run within docker, and making the scheduler 100% pluggable.
![Architecture Diagram](/docs/architecture.png?raw=true "Architecture overview")
## Key Concepts ## Key Concepts
While Docker itself works with individual containers, Kubernetes provides higher-level organizational constructs in support of common cluster-level usage patterns, currently focused on service applications, but which could also be expanded to batch and test workloads in the future. While Docker itself works with individual containers, Kubernetes provides higher-level organizational constructs in support of common cluster-level usage patterns, currently focused on service applications, but which could also be expanded to batch and test workloads in the future.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment