Ext.: http://dockone.io/article/950
Overview
This article is mainly about how to install Kubernetes on the Ubuntu system, there are many related articles on the network, the feeling is not very clear, here I will own installation practice to provide you with a guide, easy to build kubernetes environment, rapid development.
Installation Preparation
1 Installing Docker
Curl-s https://get.docker.io/ubuntu/| sudo sh
2 Installing ETCD
Please download Etcd 2.2.2 from Baidu Cloud Http://pan.baidu.com/s/1eQKaTCQ, and extract the tar in the/OPT directory
3 kubernetes
Please download kubernetes v1.1.0 version (compiled) from Baidu Cloud Http://pan.baidu.com/s/1nuooPbN, and unzip it in the/opt directory.
4 Startup scripts
Please download the Kubernetes startup script from Baidu Cloud HTTP://PAN.BAIDU.COM/S/1MHPCJIW and unzip it in the/OPT directory as shown below.
Kubernetes start
Go to the/opt/scripts directory and execute bash start_all.sh to start kubernetes:
The next change is ready for deployment.
Ubuntu14.04 stand-alone version Kubernetes installation instructions