mirror of https://github.com/k3s-io/k3s
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.git
cd 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.