Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.18 KB

k8s-so-hard-huhu

This is my learning journal for deploying a Kubernetes cluster on virtual machines. The setup script alone took me two weeks and many tears (huhu) to understand the concept =((.

Thanks to the kubernetes-the-hard-way

This guide for virtual machine with AMD64 (Ubuntu) architecture. Contains the scripts and simple explanation for each components.

Demo

Cluster running with 2 workers nodes

demo

Chapters

  1. Overview and System Requirement
  2. Setup Jump Host and provisioning cluster state
  3. Generate Own CA and self-signed certificates
  4. Provisioning and configuring
  5. Bootstrapping master node
  6. Bootstrapping worker nodes
  7. Pod routing and DNS resolution
  8. Remote access from jump host

Docs

Basic knowledge about k8s