mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
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
 
Cluster turnup
Option 1: Install a binary release
- Download the binary release
 - Unpack the archive and 
cd kubernetes 
Option 2: Install from source
git clone https://github.com/GoogleCloudPlatform/kubernetes.gitcd kubernetes; make release
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.