Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
Go to file
Pick1a1username a9ffb371a2 The chapter 'Bootstrapping the Kubernetes Control Plane' is updated. 2019-02-23 23:39:05 +09:00
deployments core workload api incl. Deployment now stable 2018-01-30 05:44:05 -08:00
docs The chapter 'Bootstrapping the Kubernetes Control Plane' is updated. 2019-02-23 23:39:05 +09:00
.gitignore Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
CONTRIBUTING.md Add brief contribution guide 2018-01-30 07:38:21 -08:00
LICENSE add LICENSE file 2016-07-09 09:31:13 -07:00
README.md Major Changes from Original Kubernetes the Hard Way is added. 2019-02-17 19:21:40 +09:00

README.md

Kubernetes The Hard Way on KVM(Work in Progess)

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.

Also this tutorial assumes that the audience have some experiences of KVM (i.e. creating and deleting VMs).

Cluster Details

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

Table of Contents

This tutorial assumes you have an KVM host or a Linux PC running KVM. While KVM host is used for basic infrastructure requirements the lessons learned in this tutorial may be applied to other platforms.

Major Changes from Original Kubernetes the Hard Way

  • HA Proxy is used as a load balancer for API Server.
  • KVM host is in charge of Pod Network Routes.
  • Cloud Shell in GCP is replaced by a virtual machine.
  • nodes' name and IP address starts from 1.

References

Kubernetes

HA Proxy

tmux

SSH