From c52554240db55b195226e2c398a48fad5c8b006e Mon Sep 17 00:00:00 2001 From: makocchi Date: Tue, 21 Aug 2018 23:37:18 +0900 Subject: [PATCH] apply template (#9961) --- content/en/docs/setup/turnkey/aws.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/content/en/docs/setup/turnkey/aws.md b/content/en/docs/setup/turnkey/aws.md index 128209fb78..9b0b4503ce 100644 --- a/content/en/docs/setup/turnkey/aws.md +++ b/content/en/docs/setup/turnkey/aws.md @@ -3,12 +3,20 @@ reviewers: - justinsb - clove title: Running Kubernetes on AWS EC2 +content_template: templates/task --- -{{< toc >}} +{{% capture overview %}} +This page describes how to install a Kubernetes cluster on AWS. -## Supported Production Grade Tools +{{% /capture %}} + +{{% capture prerequisites %}} + +To create a Kubernetes cluster on AWS, you will need an Access Key ID and a Secret Access Key from AWS. + +### Supported Production Grade Tools * [conjure-up](/docs/getting-started-guides/ubuntu/) is an open-source installer for Kubernetes that creates Kubernetes clusters with native AWS integrations on Ubuntu. @@ -16,13 +24,15 @@ title: Running Kubernetes on AWS EC2 * [CoreOS Tectonic](https://coreos.com/tectonic/) includes the open-source [Tectonic Installer](https://github.com/coreos/tectonic-installer) that creates Kubernetes clusters with Container Linux nodes on AWS. -* CoreOS originated and the Kubernetes Incubator maintains [a CLI tool, `kube-aws`](https://github.com/kubernetes-incubator/kube-aws), that creates and manages Kubernetes clusters with [Container Linux](https://coreos.com/why/) nodes, using AWS tools: EC2, CloudFormation and Autoscaling. +* CoreOS originated and the Kubernetes Incubator maintains [a CLI tool, kube-aws](https://github.com/kubernetes-incubator/kube-aws), that creates and manages Kubernetes clusters with [Container Linux](https://coreos.com/why/) nodes, using AWS tools: EC2, CloudFormation and Autoscaling. ---- +{{% /capture %}} + +{{% capture steps %}} ## Getting started with your cluster -### Command line administration tool: `kubectl` +### Command line administration tool: kubectl The cluster startup script will leave you with a `kubernetes` directory on your workstation. Alternately, you can download the latest Kubernetes release from [this page](https://github.com/kubernetes/kubernetes/releases). @@ -78,3 +88,5 @@ For support level information on all solutions, see the [Table of solutions](/do Please see the [Kubernetes docs](/docs/) for more details on administering and using a Kubernetes cluster. + +{{% /capture %}}