Skip to content

Commit

Permalink
Merge pull request kubernetes#530 from lavalamp/dia
Browse files Browse the repository at this point in the history
Link to architecture diagram
  • Loading branch information
thockin committed Jul 19, 2014
2 parents d1de579 + 06c55d1 commit e41a0e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### 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

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.
Expand Down

0 comments on commit e41a0e5

Please sign in to comment.