Skip to content

DaspawnW/kubernetes-the-hard-way-aws

Repository files navigation

Kubernetes The Hard Way - AWS

This is a mirror from kubernetes-the-hard-way - Almost every text is copied only commands/config files are changed to work with AWS. Thank you Kelsey Hightower for your awesome Documentation!

This documentation was meant to help resolving google cloud specific commands in kubernetes-the-hard-way to aws commands. After i realized aws documentation needs a different ip address range (Why?) almost every config file changed and i decided to mirror the whole documentation. This should remove error-prune comparison of both documentations.

Kubernetes The Hard Way

This tutorial will walk you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Google Container Engine, or the Getting Started Guides.

This tutorial is optimized for learning, which means taking the long route to help people understand each task required to bootstrap a Kubernetes cluster.

Target Audience

The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this tutorial I encourage you to automate away the manual steps presented in this guide.

Cluster Details

  • Kubernetes 1.3.0
  • Docker 1.11.2
  • CNI Based Networking
  • Secure communication between all components (etcd, control plane, workers)
  • Default Service Account and Secrets

What's Missing

The resulting cluster will be missing the following items:

Labs

The following labs assume you have a working AWS account and a recent version of the AWS cli (1.10.36+) installed. While AWS will be used for basic infrastructure needs, the things learned in this tutorial apply to every platform.

About

Kubernetes the hard way on aws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages