916 B
916 B
Getting started on AWS
Prerequisites
- You need an AWS account. Visit http://aws.amazon.com to get started
- Install and configure AWS Command Line Interface
Run from a binary release
- Download the binary release
- Unpack the archive and
cd kubernetes
- Turn up the cluster:
export KUBERNETES_PROVIDER=aws
cluster/kube-up.sh
The script above relies on AWS S3 to deploy the software to instances running in EC2.
Running examples
Take a look at next steps
Tearing down the cluster
cd kubernetes
cluster/kube-down.sh
Cloud Formation
There is a contributed example from CoreOS using Cloud Formation.