From f388157ab5f05975bbec3c3b34caa5cec2c23b19 Mon Sep 17 00:00:00 2001 From: MikeJeffrey Date: Mon, 9 Jun 2014 15:39:11 -0700 Subject: [PATCH] Adding a TOC --- DESIGN.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/DESIGN.md b/DESIGN.md index 52d2f6919dc..97e92718419 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -1,5 +1,33 @@ # Kubernetes Design Overview + + +## Overview + Kubernetes builds on top of [Docker](http://www.docker.io) to construct a clustered container scheduling service. The goals of the project are to enable users to ask a Kubernetes cluster to run a set of containers. The system will automatically pick a worker node to run those containers on. As container based applications and systems get larger, some tools are provided to facilitate sanity. This includes ways for containers to find and communicate with each other and ways to work with and manage sets of containers that do similar work.