#requirements
- linux
- docker 1.3+
- etcd
- go 1.3+
#Installation
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
cd kubernetes/cluster/ubuntu
# build.sh will download flannel, etcd, kubernetes
./build.sh
- starting the cluster
cd kubernetes
hack/local-up-cluster.sh
reference: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/locally.md https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md