Skip to content

Instantly share code, notes, and snippets.

@hawkup
Created July 4, 2015 22:21
Show Gist options
  • Save hawkup/bdf91bb92fdf719b11da to your computer and use it in GitHub Desktop.
Save hawkup/bdf91bb92fdf719b11da to your computer and use it in GitHub Desktop.
Install Kubernetes On Ubuntu 14.04

#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment