- You need an AWS account. Visit http://aws.amazon.com to get started
- Install and configure AWS Command Line Interface
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
cd kubernetes; make release
export KUBERNETES_PROVIDER=aws
cluster/kube-up.sh
The script above relies on AWS S3 to deploy the software to instances running in EC2.
Take a look at next steps
cd kubernetes
cluster/kube-down.sh
There is a contributed example from CoreOS using Cloud Formation.