mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			871 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			871 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
 
Cluster turnup
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.