seyedk / kubernetes-the-aws-way

Building Kubernetes from ground up on AWS - Inspired by Kelsey.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes The Hard Way

This work is an exact copy of Kubernetes the Hard Way by @kelseyhightower in an effort to duplicate the steps on Amazon AWS platform as the original work of Kelsey has been on Kubernetes.

There are [will] be changes alonside in AWS implementations which will be kept up to date here and in the stops through the implementations and contributisons. The differences are so similar that on my initial assessment, for the good parts, I should be able to copy and paste the commands porovided by KHW, thanks to similarity of the the two cloud provider.

Within the Steps, we highlight the deviation from gcloud implementation whne applies,

Also, we anticipate no extra step should be requried as the final destination is going to be identical twins of Kubernetes.

Another comment is the fact that first iteration will be using same verson of kubernetes, ubuntu and possibly nginx (which I do not see any need for that). based on that let's start with copy/paste right now to show how confident I am about the identicity of the two providers:

If you see emphasized "###OOPS' then you realize the changes.

Kubernetes The Hard Way

This tutorial walks 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 Kubernetes Engine, or the Getting Started Guides.

Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

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.

Cluster Details

Kubernetes The Hard Way on AWS guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Labs

This tutorial assumes you have access to the Amazon AWS Platform. While AWS is used for basic infrastructure requirements the lessons learned in this tutorial can be and has been applied to other platforms.

About

Building Kubernetes from ground up on AWS - Inspired by Kelsey.

License:Apache License 2.0